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

5 lines
110 B
Nix
Raw Normal View History

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