feat(programs): update package list and remove clang from rustup
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
[]
|
||||
++ lib.optionals (!device.isServer) [rustup clang]
|
||||
++ lib.optionals (!device.isServer) [rustup]
|
||||
++ lib.optionals device.isLinux []
|
||||
++ lib.optionals device.isDarwin [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user