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

7 lines
223 B
Nix
Raw Normal View History

2022-11-21 22:51:55 +00:00
{ lib, pkgs, test, ... }: let
npkgs = lib.importJSON ../../../krebs/nixpkgs-unstable.json;
in if test then {} else {
nixpkgs.git.ref = lib.mkForce npkgs.rev;
2020-11-26 19:42:20 +00:00
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
2021-10-23 20:22:38 +00:00
}