diff options
author | lassulus <lass@blue.r> | 2018-07-28 19:19:17 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-07-28 19:19:17 +0200 |
commit | 8d281b3dde22cca048b1ea02360906c66a7f4246 (patch) | |
tree | 6faa37ffa82718e2b164aaafdc44bf79df8b3430 /krebs/1systems/onebutton | |
parent | 2712a197eb1e9a0534fe949594ad9f5f2206d195 (diff) | |
parent | 54990bce8941dfc9b38504fbff357cadd66354a3 (diff) |
Merge remote-tracking branch 'prism/makefu'
Diffstat (limited to 'krebs/1systems/onebutton')
-rw-r--r-- | krebs/1systems/onebutton/source.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/krebs/1systems/onebutton/source.nix b/krebs/1systems/onebutton/source.nix index 6842bfaab..91a998de7 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"; |