diff options
author | lassulus <git@lassul.us> | 2023-05-25 00:06:58 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-05-25 00:06:58 +0200 |
commit | b99a78b18e37ad38d9bdd63b44ade091ab8c7919 (patch) | |
tree | 9afbeee1a538e03f1535e92764c42cbf89699c67 /lass | |
parent | aade31e65bad45c567b64591b06be806a74fc31a (diff) |
l radio.r: run nixos-unstable
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/radio/source.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/1systems/radio/source.nix b/lass/1systems/radio/source.nix new file mode 100644 index 000000000..4acdb0c26 --- /dev/null +++ b/lass/1systems/radio/source.nix @@ -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"; }; +} |