diff options
author | stuebinm | 2022-06-14 17:38:25 +0200 |
---|---|---|
committer | stuebinm | 2022-06-14 17:38:25 +0200 |
commit | 0d0734d2239c6f2f61ae7ddd859f491f46d6848a (patch) | |
tree | 76e18091bcf5c750387818ade016208bdcc20e20 /common/common.nix | |
parent | cb8c015c2cae844c998e8ff30588536f519349a7 (diff) |
update sources, move to NixOS 22.05
Diffstat (limited to 'common/common.nix')
-rw-r--r-- | common/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index 947ad9e..e1dd6f7 100644 --- a/common/common.nix +++ b/common/common.nix @@ -9,7 +9,7 @@ time.timeZone = "Europe/Amsterdam"; environment.systemPackages = with pkgs; [ - wget vim htop-vim dnsutils inetutils iftop manpages + wget vim htop-vim dnsutils inetutils iftop man-pages gitMinimal ]; # Select internationalisation properties. |