stockholm/krebs/1systems/onebutton/source.nix
makefu ecbfc93279
onebutton.r: use the latest unstable tarball as source
this avoids cache misses and super expensive rebuilds on the raspi2 itself
2018-07-18 00:29:07 +02:00

14 lines
318 B
Nix

with import <stockholm/lib>;
let
pkgs = import <nixpkgs> {};
nixpkgs = builtins.fetchTarball {
url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz;
};
in import <stockholm/krebs/source.nix> {
name = "onebutton";
override.nixpkgs = mkForce {
file = toString nixpkgs;
};
}