mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
snapshot pre-cleanup-2026-05-23T19-39-41Z
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
statix
|
||||
];
|
||||
};
|
||||
flake.packages.custom-trimmer = { pkgs, ... }:
|
||||
perSystem = { pkgs, ... }: {
|
||||
# https://gist.github.com/MaxwellDupre/3077cd229490cf93ecab08ef2a79c852
|
||||
# better garbage collector
|
||||
pkgs.writeShellApplication {
|
||||
packages.custom-trimmer = pkgs.writeShellApplication {
|
||||
name = "custom-trimmer";
|
||||
runtimeInputs = with pkgs; [
|
||||
nix
|
||||
@@ -298,4 +298,4 @@
|
||||
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
Reference in New Issue
Block a user