Skip to content

Commit

Permalink
Fix up nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Nov 11, 2023
1 parent e259bd0 commit 4865cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
extra-experimental-features = ca-derivations impure-derivations
experimental-features = nix-command flakes ca-derivations impure-derivations
- name: nix flake check
run: nix flake check
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
__impure = true;

nativeBuildInputs = [
pkgs.coreutils
self.packages.${system}.nodejs
];

Expand Down

0 comments on commit 4865cbc

Please sign in to comment.