diff options
author | makefu <github@syntax-fehler.de> | 2017-05-25 23:21:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-25 23:21:20 +0200 |
commit | e086914ce0cbe09a100475149ae9730b58d1222d (patch) | |
tree | 2e4e9a84ec94458613eedb028da0d8b2f1641b08 /shared/2configs/default.nix | |
parent | 0c92dd719a46139523f6e353c354871bd78024a4 (diff) |
s: enable save-diskspace
Diffstat (limited to 'shared/2configs/default.nix')
-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 e7f600cd0..894f8a997 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 = "22da5d02466ffe465735986d705675982f3646a0"; # nixos-17.03 @ 2017-05-13 + ref = "58e227052d40021d82d015f3f8da011ae54ea430"; # nixos-17.03 @ 2017-05-24 }; secrets.file = if getEnv "dummy_secrets" == "true" |