diff options
author | tv <tv@krebsco.de> | 2017-04-12 12:20:45 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-12 12:20:45 +0200 |
commit | dab91056ece544c3a563c7855e83beb99d78058c (patch) | |
tree | 3e8f7a01c62064035529d9bcf5994c4213333a83 | |
parent | 5db690441eaf7980c3f6e15b5ba58c8ae15809a6 (diff) |
tv nixpkgs: 69d9061 -> 33bd699
-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 618dcdc..d070273 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 = "69d9061908162bd973fcf34d0fc6dc9d9f8cf9ed"; # nixos-17.03 + ref = "33bd699008c8cb3d92a379de99aa1c65e6b1f8d1"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |