From f51b8532a1f8a3d6b77245121a51afaf8d161d00 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 15 Oct 2025 07:20:53 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/packages/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/packages/flake-module.nix b/nix/packages/flake-module.nix index d165dd1..12bf97a 100755 --- a/nix/packages/flake-module.nix +++ b/nix/packages/flake-module.nix @@ -31,7 +31,7 @@ mkdir -p $out/bin cp ${pname} $out/bin - # cp -r ./.output/* $out + cp -r ./.output/* $out runHook postInstall '';