From 2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 23 Feb 2024 19:30:58 +0100 Subject: refactor(treewide): Remove my unused binaries These are: - grades (only last references) - video_pause - lf_rename --- hm/soispha/pkgs/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'hm/soispha/pkgs/default.nix') diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index e63244b0..4499fac6 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -4,9 +4,6 @@ sysLib, system, config, - # my bins - grades, - video_pause, ... }: with pkgs; let @@ -142,11 +139,7 @@ with pkgs; let else [x]; in { home.packages = - [ - # FIXME: This fails to compile: <2024-01-30> - # grades.outputs.packages.${system}.default - video_pause.outputs.packages.${system}.default - ] + [] ++ shell-scripts ++ (with builtins; concatLists -- cgit 1.4.1