summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/onebutton/source.nix
blob: 3ecaf9006b7867ae38670180a0554c974eb3dcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
let
  pkgs = import <nixpkgs> {};
in import <stockholm/krebs/source.nix> {
  name = "onebutton";
  nixpkgs.file = pkgs.fetchFromGitHub {
    owner = "nixos";
    repo = "nixpkgs-channels";
    rev = "6c064e6b"; # only binary cache for unstable arm6
    sha256 = "0ssaaaaaaaaaaaawkgjk8c75mvhgn5z7g1dkb78r8vrih9428bb8";
  };
}