feat: prepend socket interface to nix build output

This commit is contained in:
Conroy Cheers
2025-11-11 00:15:03 +11:00
parent 48c686194f
commit e05dab3ed6
4 changed files with 38 additions and 18 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
...
}:
let
colorshell = pkgs.callPackage ./nix/package.nix { inherit inputs'; };
colorshell = pkgs.callPackage ./nix/colorshell.nix { inherit inputs'; };
in
{
packages = {