summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-07-28 19:19:17 +0200
committerlassulus <lass@blue.r>2018-07-28 19:19:17 +0200
commit8d281b3dde22cca048b1ea02360906c66a7f4246 (patch)
tree6faa37ffa82718e2b164aaafdc44bf79df8b3430 /krebs
parent2712a197eb1e9a0534fe949594ad9f5f2206d195 (diff)
parent54990bce8941dfc9b38504fbff357cadd66354a3 (diff)
Merge remote-tracking branch 'prism/makefu'
Diffstat (limited to 'krebs')
-rw-r--r--krebs/1systems/onebutton/source.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/krebs/1systems/onebutton/source.nix b/krebs/1systems/onebutton/source.nix
index 6842bfaa..91a998de 100644
--- a/krebs/1systems/onebutton/source.nix
+++ b/krebs/1systems/onebutton/source.nix
@@ -1,11 +1,8 @@
with import <stockholm/lib>;
let
pkgs = import <nixpkgs> {};
- nixpkgs = pkgs.fetchFromGitHub {
- owner = "nixos";
- repo = "nixpkgs-channels";
- rev = "nixos-unstable"; # only binary cache for unstable arm6
- sha256 = "1rqzh475xn43phagrr30lb0fd292c1s8as53irihsnd5wcksnbyd";
+ nixpkgs = builtins.fetchTarball {
+ url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz;
};
in import <stockholm/krebs/source.nix> {
name = "onebutton";