mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Disables brew uninstall cleanup and adds dotnetsdk
This commit is contained in:
parent
9ea53174d7
commit
a6daefc019
2 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ in {
|
|||
curl
|
||||
docker
|
||||
docker-compose
|
||||
dotnet-sdk_8
|
||||
fd
|
||||
fenix-rust
|
||||
findutils
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"whisky"
|
||||
"zerotier-one"
|
||||
];
|
||||
onActivation.cleanup = "uninstall";
|
||||
};
|
||||
|
||||
environment.systemPath = [
|
||||
|
|
Loading…
Add table
Reference in a new issue