diff options
author | jeschli <jeschli@gmail.com> | 2018-02-28 20:22:08 +0000 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-02-28 20:22:08 +0000 |
commit | a8e30e2c3bb58372d26714e82c7986f22f2be652 (patch) | |
tree | 30cb2689c69f38d73a5980ff7588b1e71257ee1c /nin/source.nix | |
parent | e9ab05ec113f45fd746d255ffded43b23c9363e4 (diff) | |
parent | e00bacc232833cd39bdde33ef01f2189224929ad (diff) |
Merge branch 'staging/jeschli' of prism.i:stockholm into staging/jeschli
Diffstat (limited to 'nin/source.nix')
-rw-r--r-- | nin/source.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nin/source.nix b/nin/source.nix index ccf5e6a..ce18793 100644 --- a/nin/source.nix +++ b/nin/source.nix @@ -12,8 +12,5 @@ in nin = "/home/nin/secrets/${name}"; }; stockholm.file = toString <stockholm>; - nixpkgs.git = { - url = https://github.com/nixos/nixpkgs; - ref = "afe9649"; - }; + nixpkgs = (import <stockholm/krebs/source.nix> host).nixpkgs; } |