diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-26 16:28:27 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-26 16:28:27 +0100 |
commit | ddca8ee9b4c7677f9d67fae7cc235d305ca7dd7a (patch) | |
tree | 09f55e0250662d5183c1237f1980bc5644fa3663 /nixos/common.nix | |
parent | 59056a6030da24413673c43f46bac0dc3699744a (diff) | |
download | user-config-ddca8ee9b4c7677f9d67fae7cc235d305ca7dd7a.tar.gz user-config-ddca8ee9b4c7677f9d67fae7cc235d305ca7dd7a.zip |
packages
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 739228c..841516c 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -99,6 +99,7 @@ in pass openssl htop + i7z powertop iotop jnettop @@ -110,7 +111,11 @@ in wget gcc gnumake - rustup + clang + rustc + rustfmt + cargo + clippy rclone restic borgbackup |