Compare commits

..

No commits in common. "cdccc1f0d39613a574bd97eecc9dbed79450befe" and "7d049eeb7ff6622b012e691607b9360814359f34" have entirely different histories.

View file

@ -52,7 +52,6 @@
deno
dotnet-sdk
go
jdk
nodejs-19_x
ruby_3_1
shards
@ -84,7 +83,6 @@
taps = [
"drud/ddev"
"homebrew/cask"
"homebrew/cask-versions"
];
# Please do not the brew.
@ -99,12 +97,10 @@
casks = [
"alt-tab"
"amethyst"
"android-studio"
"audacity"
"background-music"
"db-browser-for-sqlite"
"discord"
"discord-ptb"
"docker"
"fig"
"firefox"
@ -130,8 +126,10 @@
package = pkgs.nix;
settings = {
experimental-features = [ "nix-command" "flakes" ];
build-users-group = "nixbld";
};
extraOptions = ''
experimental-features = nix-command flakes
'';
gc = {
automatic = true;
options = "--delete-older-than 8d";