diff options
Diffstat (limited to 'lass/1systems/green')
-rw-r--r-- | lass/1systems/green/source.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/green/source.nix b/lass/1systems/green/source.nix index cc7617f92..da137e064 100644 --- a/lass/1systems/green/source.nix +++ b/lass/1systems/green/source.nix @@ -1,4 +1,4 @@ { lib, pkgs, test, ... }: -if test then { +if test then {} else { nixpkgs-unstable = lib.mkForce { file = "/var/empty"; }; -} else {} +} |