diff options
author | lassulus <lassulus@lassul.us> | 2017-07-04 18:08:32 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-04 18:08:32 +0200 |
commit | 1531509e5d967d226ea4c28051ebbf245a72f361 (patch) | |
tree | fb4b8a8b390987c9c7be24f714190680f5b4c729 /shared/2configs | |
parent | 6b4c2a2c261a963b38e1f5951c5c25c8fa6ae102 (diff) |
shared nixpkgs: 58e2270 -> 72c9ed7
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 894f8a9..398f125 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 = "58e227052d40021d82d015f3f8da011ae54ea430"; # nixos-17.03 @ 2017-05-24 + ref = "72c9ed78d0b1d9d5f531805ddf5bf06bfd447614"; # nixos-17.03 @ 2017-06-17 }; secrets.file = if getEnv "dummy_secrets" == "true" |