nin nixpkgs 9e7d9a -> 9824ca6

This commit is contained in:
nin 2017-09-29 19:10:33 +02:00
parent 8c46da0bbf
commit 7a7d085d33

View File

@ -14,6 +14,6 @@ in
stockholm.file = toString <stockholm>; stockholm.file = toString <stockholm>;
nixpkgs.git = { nixpkgs.git = {
url = https://github.com/nixos/nixpkgs; url = https://github.com/nixos/nixpkgs;
ref = "9e7db9a"; ref = "9824ca6";
}; };
} }