summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-05-25 00:06:58 +0200
committerlassulus <git@lassul.us>2023-05-25 00:06:58 +0200
commitb99a78b18e37ad38d9bdd63b44ade091ab8c7919 (patch)
tree9afbeee1a538e03f1535e92764c42cbf89699c67
parentaade31e65bad45c567b64591b06be806a74fc31a (diff)
l radio.r: run nixos-unstable
-rw-r--r--lass/1systems/radio/source.nix6
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 00000000..4acdb0c2
--- /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"; };
+}