stockholm/lass/1systems/green/source.nix
2021-10-23 21:53:26 +02:00

5 lines
110 B
Nix

{ lib, pkgs, test, ... }:
if test then {
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
} else {}