Compare commits

..

No commits in common. "4e384ffa2707136de21ad582fd4da3cddcee1431" and "fdcefe5c7e2efe9d875529b9bbb92fa49cbfe60b" have entirely different histories.

View file

@ -38,13 +38,6 @@ let
texlive.combined.scheme-small texlive.combined.scheme-small
vim vim
wget wget
# Fyra
glib-networking
meson
ninja
vala
desktop-file-utils
]; ];
languages = [ languages = [
@ -126,19 +119,6 @@ let
in in
{ {
nix = {
package = pkgs.nix;
settings = {
experimental-features = [ "nix-command" "flakes" ];
build-users-group = "nixbld";
};
gc = {
automatic = true;
options = "--delete-older-than 8d";
};
};
# Absolutely proprietary. # Absolutely proprietary.
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -207,16 +187,6 @@ in
"pinentry-mac" "pinentry-mac"
"pkg-config" "pkg-config"
"sdl2" "sdl2"
# Fyra crap, but from Homebrew because someone doesn't know how to
# package libraries in nixpkgs
"appstream-glib"
"glib"
"gobject-introspection"
"gsettings-desktop-schemas"
"gtk4"
"gtksourceview5"
"libgee"
]; ];
casks = [ casks = [