diff options
author | tv <tv@krebsco.de> | 2016-10-22 10:06:10 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-22 10:06:10 +0200 |
commit | e5f8c909ee2db4b5ea6857c3a5ada364f89cd85c (patch) | |
tree | 4fb3661d8a7dc6dff3b89c09d5c54c1046006424 /tv/2configs | |
parent | 4c8f12c7af02573c4c7d3af00b0a9504b1c80ccd (diff) |
tv nixpkgs: 31c72ce -> cd41bfe
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 b80479e..475c17f 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 = "31c72ce266b0179efa877bb3acd7dfd7b746537b"; + ref = "cd41bfeeb1aaa10e4d412f2bd90dc2844a7c5df8"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |