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

7 lines
223 B
Nix
Raw Normal View History

2023-05-24 22:06:58 +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;
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
}