diff options
author | jeschli <jeschli@gmail.com> | 2018-03-24 12:08:14 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-24 12:08:14 +0100 |
commit | 1072f28a1e11beed280a85acfe53782540c1b9a0 (patch) | |
tree | 4369d8d9dd7b09859a577c46d325ac80c9f3b0f9 /jeschli | |
parent | 5e0a5a15a13c181cd232a0eeb990d98fd09cd756 (diff) |
j nixpkgs: follow krebs
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/source.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jeschli/source.nix b/jeschli/source.nix index 91ff551..29cf9d8 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}"; |