up
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
|
||||
gcc
|
||||
python313
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
python3
|
||||
rust
|
||||
cargo
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user