summaryrefslogtreecommitdiffstats
path: root/lass/1systems/green/source.nix
blob: da137e0647a3f940f792a75417178df54ffe6f3b (plain)
1
2
3
4
{ lib, pkgs, test, ... }:
if test then {} else {
  nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
}