diff options
author | tv <tv@krebsco.de> | 2016-11-03 15:25:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-03 15:26:11 +0100 |
commit | 42bbcc3431d754664a0d5ab0e290974361321318 (patch) | |
tree | 80c43a8f4eb18157e7231306bd161fa8fbb0a520 /tv | |
parent | 7b9a0b028859d248cd5d48ea916988e5825a61f5 (diff) |
tv nixpkgs: 0195ab8 -> 238c7e0
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 1114ac1..514d313 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 = "0195ab84607ac3a3aa07a79d2d6c2781b1bb6731"; + ref = "238c7e0dbf73d7f330689cb6ec4b1218526cee4e"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |