5 lines
110 B
Nix
5 lines
110 B
Nix
{ lib, pkgs, test, ... }:
|
|
if test then {} else {
|
|
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
|
|
}
|