From 1500f4592060b1221abd0c71e3c647f5a1362d70 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 24 Oct 2023 17:13:50 +0200 Subject: feat(hm): Expose the video_pause binary --- hm/soispha/pkgs/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hm/soispha/pkgs') diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 78624d5c..3dd88293 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -1,10 +1,12 @@ { pkgs, sysLib, - grades, system, - flake_update, config, + # my bins + flake_update, + grades, + video_pause, ... }: with pkgs; let @@ -140,6 +142,7 @@ in { [ flake_update.outputs.packages.${system}.default grades.outputs.packages.${system}.default + video_pause.outputs.packages.${system}.default ] ++ shell-scripts ++ (with builtins; -- cgit 1.4.1