From 8875ad5fb466944667e5171035aa8f5c01675e93 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 04:02:35 -0400 Subject: tree-wide: alejandra -> nixfmt --- pkgs/nixgc/package.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/nixgc') diff --git a/pkgs/nixgc/package.nix b/pkgs/nixgc/package.nix index 9e25bd7..9d8e230 100644 --- a/pkgs/nixgc/package.nix +++ b/pkgs/nixgc/package.nix @@ -9,7 +9,10 @@ writeShellApplication { name = "nixgc"; - runtimeInputs = [nix fd]; + runtimeInputs = [ + nix + fd + ]; text = '' fd . /nix/var/nix/profiles /home/*/.local/state/nix/profiles -d 3 -t symlink -E '*-link' | while read -r profile; do @@ -19,7 +22,7 @@ writeShellApplication { meta = with lib; { description = "nix-collect-garbage, but with nix profile"; - maintainers = [maintainers.getchoo]; + maintainers = [ maintainers.getchoo ]; platforms = platforms.linux; }; } -- cgit v1.2.3