This commit is contained in:
biscuit
2025-05-19 19:14:18 -05:00
parent 9a722c915a
commit 9629dd0ba0
2 changed files with 5 additions and 6 deletions
+5
View File
@@ -13,6 +13,11 @@
environment.systemPackages = with pkgs; [
vim
wget
gcc
python313
cargo
rustc
];
nix.settings.experimental-features = ["nix-command" "flakes"];