summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-03-24 12:08:14 +0100
committerjeschli <jeschli@gmail.com>2018-03-24 12:08:14 +0100
commit4851f6b43ff2eebecf5f1dc6a808225ee1af0f08 (patch)
tree0d4acc142a3643161bb8d270087bd95035f37150
parente80c081eb7d720fb5584f24b0f38b5d6e61ac41e (diff)
j nixpkgs: follow krebs
-rw-r--r--jeschli/source.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/jeschli/source.nix b/jeschli/source.nix
index 91ff5514f..29cf9d818 100644
--- a/jeschli/source.nix
+++ b/jeschli/source.nix
@@ -13,10 +13,7 @@ in
evalSource (toString _file) [
{
nixos-config.symlink = "stockholm/jeschli/1systems/${name}/config.nix";
- nixpkgs.git = {
- url = https://github.com/nixos/nixpkgs;
- ref = "395fe7f";
- };
+ nixpkgs = (import <stockholm/krebs/source.nix> host).nixpkgs;
secrets.file = getAttr builder {
buildbot = toString <stockholm/jeschli/2configs/tests/dummy-secrets>;
jeschli = "${getEnv "HOME"}/secrets/${name}";