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 | 5a9df2cc0b4255e015797993569815787a819529 (patch) | |
tree | 64c540b9db0a559055ee69baaa8e3e0213b18f4b /tv/2configs | |
parent | 7f0dd39a8fa8872c7cc02830ab3b86dc675b8691 (diff) |
tv nixpkgs: 5d03aab -> 53a2baa
Diffstat (limited to 'tv/2configs')
-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 dc26a6c6f..1d3ee3980 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"; |