diff options
author | tv <tv@krebsco.de> | 2017-04-03 12:18:50 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-03 12:18:50 +0200 |
commit | d01d38daf660248af76d77d039d18a1d7b26c76a (patch) | |
tree | 881d77820326e85ca5e4f39f782bce90147ef106 /tv/2configs | |
parent | a673125fbbf24b3a5abfe397396d5fc32360be09 (diff) |
tv nixpkgs: 5b0c9d4 -> e840e05
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 d17e41351..2f4e90e7d 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 = "5b0c9d4f92f15f171afa65caf13a29ac1c068a10"; # nixos-17.03 + ref = "e840e05425d00c7432d6169013cfe7ef84427009"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |