diff options
author | tv <tv@krebsco.de> | 2017-03-02 19:42:44 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-04 02:16:44 +0100 |
commit | aca6985dd5f2f53b81c60470b86e5ee86ebf8ba1 (patch) | |
tree | 243252c93b10165933f40f85cbcdec79a5b90e36 | |
parent | 6509ec280346b7cfda73b2f6adc7f07838b70ab0 (diff) |
tv nixpkgs: 5d03aab -> 53a2baa
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index dc26a6c..1d3ee39 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -14,7 +14,7 @@ with import <stockholm/lib>; stockholm.file = "/home/tv/stockholm"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "5d03aab044970e72a9c6cb07dab734c9c2a391e4"; + ref = "53a2baa"; # nixos-unstable (17.03-rc) }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |