gcc
This commit is contained in:
parent
780d57dec4
commit
aea672b117
9
nixos/system/libgcc.nix
Normal file
9
nixos/system/libgcc.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gcc
|
||||||
|
];
|
||||||
|
}
|
||||||
@ -20,10 +20,10 @@
|
|||||||
./../../nixos/system/system-settings.nix
|
./../../nixos/system/system-settings.nix
|
||||||
./../../nixos/system/asus.nix
|
./../../nixos/system/asus.nix
|
||||||
./../../nixos/system/neovim.nix
|
./../../nixos/system/neovim.nix
|
||||||
|
./../../nixos/system/libgcc.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Global configuration
|
# Global configuration
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
system.stateVersion = "24.11"; # Did you read the comment?
|
system.stateVersion = "24.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user