remove all target which was never all anyway
This commit is contained in:
parent
5c9297ff15
commit
312ae810ba
2 changed files with 0 additions and 6 deletions
|
@ -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)"
|
||||
|
|
|
@ -99,10 +99,6 @@
|
|||
|
||||
shblib = pkgs.callPackage ./lib {};
|
||||
in (rec {
|
||||
all = mergeTests [
|
||||
modules
|
||||
];
|
||||
|
||||
modules = shblib.check {
|
||||
inherit pkgs;
|
||||
tests =
|
||||
|
|
Loading…
Add table
Reference in a new issue