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 | 009c64eb376bc5ebaef342b20edb866a612e729c (patch) | |
tree | ebd5930c4d86ec7de6cc422353703b6aeaceaa12 | |
parent | 01289f333143fa145fe585812d05672efd3f3ebe (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 ccf5e6acc..ce1879357 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; } |