Skip to content
Snippets Groups Projects
Unverified Commit cfdfad5c authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Simplify

parent 0f3dae10
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ let ...@@ -225,7 +225,7 @@ let
}); });
tests.setuid = pkgs.lib.genAttrs tests.setuid = pkgs.lib.genAttrs
(pkgs.lib.filter (system: system == "x86_64-linux" || system == "i686-linux") systems) ["i686-linux" "x86_64-linux"]
(system: (system:
import ./tests/setuid.nix rec { import ./tests/setuid.nix rec {
inherit nixpkgs; inherit nixpkgs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment