diff options
author | nin <nineinchnade@gmail.com> | 2017-12-14 21:24:02 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-12-14 21:24:02 +0100 |
commit | 87015d32c913432b6505b7dad7b58b77408a0b32 (patch) | |
tree | e1a4ee85b71df3a8b0c692c4ce252e40b12ea911 | |
parent | 37771ad34e18e0657636c8d0eb5b7392e3b89ba6 (diff) |
n nixpkgs: cfafd6f -> afe9649
-rw-r--r-- | nin/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/source.nix b/nin/source.nix index bbf88d804..ccf5e6acc 100644 --- a/nin/source.nix +++ b/nin/source.nix @@ -14,6 +14,6 @@ in stockholm.file = toString <stockholm>; nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "cfafd6f"; + ref = "afe9649"; }; } |