summaryrefslogtreecommitdiffstats
path: root/lass/1systems/green/source.nix
blob: 4acdb0c263f754856f135c10923071b64f6d3c17 (plain)
1
2
3
4
5
6
{ lib, pkgs, test, ... }: let
  npkgs = lib.importJSON ../../../krebs/nixpkgs-unstable.json;
in if test then {} else {
  nixpkgs.git.ref = lib.mkForce npkgs.rev;
  nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
}