summaryrefslogtreecommitdiffstats
path: root/makefu/krops.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-17 00:24:05 +0200
committermakefu <github@syntax-fehler.de>2018-09-17 00:24:05 +0200
commit98ffcd6fd64adc2773bb1fc6f7f838016b5582f8 (patch)
treee9ccea5c7c4f0355a180bb7949bef07e9623f99f /makefu/krops.nix
parentf6893b0cd08552e8f9cec9c8cc526470f49e6848 (diff)
ma source.nix: rip
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r--makefu/krops.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index 3838db63..f8ea6f7e 100644
--- a/makefu/krops.nix
+++ b/makefu/krops.nix
@@ -18,6 +18,7 @@
unstable = false; #unstable channel checked out
mic92 = false;
nms = false;
+ arm6 = false;
clever_kexec = false;
} // import (./. + "/1systems/${name}/source.nix");
source = { test }: lib.evalSource [
@@ -29,6 +30,9 @@
nixpkgs = if test || host-src.full then {
git.ref = nixpkgs-src.rev;
git.url = nixpkgs-src.url;
+ } else if host-src.arm6 then {
+ # TODO: we want to track the unstable channel
+ symlink = "/nix/var/nix/profiles/per-user/root/channels/nixos/";
} else {
file = "/home/makefu/store/${nixpkgs-src.rev}";
};