diff options
author | tv <tv@krebsco.de> | 2016-10-23 21:33:45 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-23 21:33:45 +0200 |
commit | f53bd6a23d94fd6b0198f9c69c115fad05c088cd (patch) | |
tree | 56e01d27634d569785fa22bb0ab22c90127a39f5 | |
parent | 2ddaf786aba7c61b6a5a66318754cd2ee4100db5 (diff) |
tv nixpkgs: cd41bfe -> e4fb65a
-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 4b89252..39d0c4f 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 = "cd41bfeeb1aaa10e4d412f2bd90dc2844a7c5df8"; + ref = "e4fb65a3627f8c17a2f92c08bf302dc30f0a8db9"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |