remove evalnix package from devShell

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.
This commit is contained in:
Bryton Hall 2023-07-08 00:06:06 -04:00
parent 5fd83ecd81
commit 08740f5f55
2 changed files with 0 additions and 9 deletions

View file

@ -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
'')
];
};
});