mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +01:00
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:
parent
5fd83ecd81
commit
08740f5f55
2 changed files with 0 additions and 9 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -22,9 +22,6 @@ jobs:
|
||||||
- name: check flake
|
- name: check flake
|
||||||
run: nix -Lv flake check
|
run: nix -Lv flake check
|
||||||
|
|
||||||
- name: check nix parsing
|
|
||||||
run: nix -Lv develop -c evalnix
|
|
||||||
|
|
||||||
- name: get latest tag
|
- name: get latest tag
|
||||||
id: latest
|
id: latest
|
||||||
uses: actions-ecosystem/action-get-latest-tag@v1
|
uses: actions-ecosystem/action-get-latest-tag@v1
|
||||||
|
|
|
||||||
|
|
@ -125,12 +125,6 @@
|
||||||
kube3d
|
kube3d
|
||||||
kubie
|
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
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue