Skip to content

Commit

Permalink
remove evalnix package from devShell
Browse files Browse the repository at this point in the history
I _think_ this is redundant with the flake checks (and if not, maybe it
should be); either way, I'm gonna remove it now for simplicity but can
always add it back if it turns out to be irreplaceable.
  • Loading branch information
hall committed Jul 8, 2023
1 parent 5fd83ec commit 08740f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: check flake
run: nix -Lv flake check

- name: check nix parsing
run: nix -Lv develop -c evalnix

- name: get latest tag
id: latest
uses: actions-ecosystem/action-get-latest-tag@v1
Expand Down
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@
kube3d
kubie
];
packages = [
(pkgs.writeShellScriptBin "evalnix" ''
# check nix parsing (e.g., in CI)
${pkgs.fd}/bin/fd --extension nix --exec nix-instantiate --parse --quiet {} >/dev/null
'')
];
};
});

Expand Down

0 comments on commit 08740f5

Please sign in to comment.