diff options
author | tv <tv@krebsco.de> | 2016-12-01 21:58:43 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-01 21:58:43 +0100 |
commit | 32c59103f5315fb6160b1dd38df2c27647aaffdd (patch) | |
tree | 9609014f3701447e6b871cc51d9caf3567083106 /tv/2configs | |
parent | 0ae17234e37042af1548b2effe1486c64f404993 (diff) |
tv nixpkgs: 728a957 -> e360c72
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 8852100e2..bd3633b11 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 = "728a9578e31a0f78f6ad07a3a2ec706ec5290f10"; + ref = "e360c7205f84be180d80b97f3980fb809a951486"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |