nixUtils: add custom-trimmer

This commit is contained in:
2026-06-12 15:49:23 +02:00
parent 2a318bdced
commit 29554e41ca
+2 -1
View File
@@ -1,4 +1,4 @@
{inputs, ...}: { {inputs, self, ...}: {
flake.nixosModules.nixUtils-laptop = _: { flake.nixosModules.nixUtils-laptop = _: {
# nixpkgs-review crashed my laptop multiple times. We must reduce how much ressources it can take. # nixpkgs-review crashed my laptop multiple times. We must reduce how much ressources it can take.
# for reference, my laptop is a 12 core ryzen 7 # for reference, my laptop is a 12 core ryzen 7
@@ -40,6 +40,7 @@
vimPluginsUpdater # used for building plugins vimPluginsUpdater # used for building plugins
nix-index nix-index
statix statix
self.packages.${pkgs-unstable.system}.custom-trimmer
]; ];
}; };
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {