l radio.r: run nixos-unstable

This commit is contained in:
lassulus 2023-05-25 00:06:58 +02:00
parent aade31e65b
commit b99a78b18e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,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"; };
}