diff options
author | lassulus <lass@aidsballs.de> | 2016-10-27 22:39:01 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-27 22:39:01 +0200 |
commit | 8512c0400f6a7d60360eba2eddf536d93c96ca9d (patch) | |
tree | 2524eee1296145e2706b7fd84e984dd13ae2f1c4 /tv/2configs | |
parent | b4b03d356174a34806d6029b844c59aca9d3840e (diff) | |
parent | 3abb88edf4bf04b60212bb4c94aadb52b4c9c9ef (diff) |
Merge remote-tracking branch 'cd/master'
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 0854e53c2..1114ac1a5 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 = "e4fb65a3627f8c17a2f92c08bf302dc30f0a8db9"; + ref = "0195ab84607ac3a3aa07a79d2d6c2781b1bb6731"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |