We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5bcbe commit 1bb87bcCopy full SHA for 1bb87bc
.github/workflows/ci.yml
@@ -18,4 +18,4 @@ jobs:
18
- uses: DeterminateSystems/magic-nix-cache-action@main
19
- run: cat /etc/nix/nix.conf
20
- run: cat ~/.config/nix/nix.conf
21
- - run: nix --print-build-logs build --print-out-paths .#ci
+ - run: nix --print-build-logs flake check --verbose
flake.nix
@@ -100,7 +100,6 @@
100
packages.licenses-thirdparty =
101
build.shajra-keyboards-licenses;
102
checks.ci = build.shajra-keyboards-ci;
103
- legacyPackages.ci = build.shajra-keyboards-ci;
104
legacyPackages.nixpkgs = build;
105
apps = rec {
106
default = licenses-thirdparty;
0 commit comments