stockholm/lass/1systems/green/source.nix

5 lines
110 B
Nix
Raw Normal View History

{ lib, pkgs, test, ... }:
if test then {
2020-11-26 19:42:20 +00:00
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
} else {}