diff options
author | nin <nin@c-base.org> | 2018-02-27 22:31:43 +0100 |
---|---|---|
committer | nin <nin@c-base.org> | 2018-02-27 22:31:43 +0100 |
commit | c56b91c86f91f76a74710dc3e6c1e4da7cbe0608 (patch) | |
tree | 08caff96d8503470e255dc1adc0e99edb79ea7ab | |
parent | 89055b5acfa1e88cefe8ce03ddf896cd87fdb0a3 (diff) |
nin: follow krebs nixpkgs
-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; } |