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 | e513bf8601fb718b2dc29c61649e72604d1c9a76 (patch) | |
tree | 803cb7b6d5723e3f53f9d006af9985b3df92cf18 /tv | |
parent | c36b399e66a7bb62c553e95daafb46cb8d9ce152 (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 fcaec49..dc26a6c 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"; |