diff options
author | tv <tv@krebsco.de> | 2016-12-23 08:18:09 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-23 08:18:09 +0100 |
commit | f063555edaf420dd31e4496c4de0dad5eb3c8b9e (patch) | |
tree | 68ece9c0ca531ab388ecb733b42a215aa0199a15 /tv | |
parent | 60a753e9d54ceef30f58b0fa689d666ebc06452d (diff) |
tv nixpkgs: 1dd0fb6 -> 5d03aab
Diffstat (limited to 'tv')
-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 fcaec4925..dc26a6c6f 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 = "1dd0fb6b5a7c44d1b632466f936ca74268d13298"; + ref = "5d03aab044970e72a9c6cb07dab734c9c2a391e4"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |