Skip to content

Commit 1bb87bc

Browse files
author
Sukant Hajra
committed
CI: GitHub: Proper flake check
1 parent 4f5bcbe commit 1bb87bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: DeterminateSystems/magic-nix-cache-action@main
1919
- run: cat /etc/nix/nix.conf
2020
- run: cat ~/.config/nix/nix.conf
21-
- run: nix --print-build-logs build --print-out-paths .#ci
21+
- run: nix --print-build-logs flake check --verbose

Diff for: flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
packages.licenses-thirdparty =
101101
build.shajra-keyboards-licenses;
102102
checks.ci = build.shajra-keyboards-ci;
103-
legacyPackages.ci = build.shajra-keyboards-ci;
104103
legacyPackages.nixpkgs = build;
105104
apps = rec {
106105
default = licenses-thirdparty;

0 commit comments

Comments
 (0)