l green.r: use unstable

This commit is contained in:
lassulus 2022-11-21 23:51:55 +01:00
parent 4eb8c33ceb
commit dc224ed843

View file

@ -1,4 +1,6 @@
{ lib, pkgs, test, ... }:
if test then {} else {
{ 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"; };
}