diff options
author | tv <tv@krebsco.de> | 2016-12-22 06:33:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-22 06:33:39 +0100 |
commit | 11b9f250ad43db043f539d86699c981c81d74c0a (patch) | |
tree | dc9f2c3a3bf4c2777237280d297bf291e6d50516 /tv | |
parent | 6986e1aaf396736c994c2684eef23b379a3022e1 (diff) |
tv nixpkgs: 81428dd -> 1dd0fb6
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 ea97b1957..fcaec4925 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 = "81428dd022c26764e9066d381ece90b1e88bd0d2"; + ref = "1dd0fb6b5a7c44d1b632466f936ca74268d13298"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |