1
0
Fork 0

remove all target which was never all anyway

This commit is contained in:
ibizaman 2024-08-15 06:11:00 +02:00
parent 5c9297ff15
commit 312ae810ba
2 changed files with 0 additions and 6 deletions

View file

@ -21,8 +21,6 @@ gets updated. I intend to upstream to nixpkgs as much of those as makes sense.
Run all tests:
```bash
$ nix build .#checks.${system}.all
# or
$ nix flake check
# or
$ nix run github:Mic92/nix-fast-build -- --skip-cached --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"

View file

@ -99,10 +99,6 @@
shblib = pkgs.callPackage ./lib {};
in (rec {
all = mergeTests [
modules
];
modules = shblib.check {
inherit pkgs;
tests =