stockholm/lass/1systems/green/source.nix
2021-10-23 22:22:38 +02:00

5 lines
110 B
Nix

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