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