diff options
author | tv <tv@krebsco.de> | 2017-03-04 23:04:26 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-03-04 23:39:47 +0100 |
commit | 4a3a44df416818d7ef0f644e8e6c064ff84768db (patch) | |
tree | 8540b23d984d96368c1e142ac10fa54c55f8157f /shared/2configs | |
parent | 1689862147c7bb4b9d8b0ef8fb645b6bde8b2838 (diff) |
shared nixpkgs: b8ede35 -> 5b0c9d4
Diffstat (limited to 'shared/2configs')
-rw-r--r-- | shared/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/default.nix b/shared/2configs/default.nix index 0f72b2b60..49c0d3d95 100644 --- a/shared/2configs/default.nix +++ b/shared/2configs/default.nix @@ -11,7 +11,7 @@ with import <stockholm/lib>; nixos-config.symlink = "stockholm/${user.name}/1systems/${host.name}.nix"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "b8ede35d2efa96490857c22c751e75d600bea44f"; # nixos-16.09 @ 2016-10-19 + ref = "5b0c9d4f92f15f171afa65caf13a29ac1c068a10"; # nixos-17.03 @ 2017-03-03 }; secrets.file = if getEnv "dummy_secrets" == "true" |