mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
remove fd and hugo from devShell
This commit is contained in:
parent
df4d8f80a1
commit
5a28ca925b
1 changed files with 2 additions and 8 deletions
10
flake.nix
10
flake.nix
|
|
@ -55,22 +55,16 @@
|
|||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
dive
|
||||
fd
|
||||
k9s
|
||||
kube3d
|
||||
kubie
|
||||
hugo
|
||||
];
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "evalnix" ''
|
||||
# check nix parsing
|
||||
fd --extension nix --exec nix-instantiate --parse --quiet {} >/dev/null
|
||||
# check nix parsing (e.g., in CI)
|
||||
${pkgs.fd}/bin/fd --extension nix --exec nix-instantiate --parse --quiet {} >/dev/null
|
||||
'')
|
||||
];
|
||||
# KUBECONFIG = "kubeconfig.json";
|
||||
shellHook = ''
|
||||
export NODE_PATH="${pkgs.nodePackages.prettier-plugin-toml}/lib/node_modules:$NODE_PATH"
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue