diff options
author | tv <tv@krebsco.de> | 2016-12-22 06:33:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-22 06:33:39 +0100 |
commit | 85002f409e9f8acb99a21a1b81d87e5d100de574 (patch) | |
tree | d85c1fed0c8d8b54a8144631dab02b3f109a52d5 /tv | |
parent | 5efce145a3adc7a43ed0f840433b9184af69048f (diff) |
tv nixpkgs: 81428dd -> 1dd0fb6
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 ea97b19..fcaec49 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 = "81428dd022c26764e9066d381ece90b1e88bd0d2"; + ref = "1dd0fb6b5a7c44d1b632466f936ca74268d13298"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |