2018-04-21 14:01:31 +00:00
|
|
|
with import <stockholm/lib>;
|
2018-04-21 10:53:32 +00:00
|
|
|
let
|
|
|
|
pkgs = import <nixpkgs> {};
|
2018-07-17 22:29:07 +00:00
|
|
|
nixpkgs = builtins.fetchTarball {
|
|
|
|
url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz;
|
2018-04-21 14:01:31 +00:00
|
|
|
};
|
|
|
|
in import <stockholm/krebs/source.nix> {
|
|
|
|
name = "onebutton";
|
|
|
|
override.nixpkgs = mkForce {
|
|
|
|
file = toString nixpkgs;
|
2018-04-21 10:53:32 +00:00
|
|
|
};
|
2018-04-21 14:01:31 +00:00
|
|
|
|
2018-04-21 10:53:32 +00:00
|
|
|
}
|