Add meta.mainProgram and shellPath for NixOS compatibility
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-03-14 15:49:25 +02:00
parent e72bc456ce
commit 83114ba82d
+4 -1
View File
@@ -14,10 +14,13 @@ runCommand "xonsh-${xonsh-unwrapped.version}"
inherit (xonsh-unwrapped)
pname
version
meta
;
meta = xonsh-unwrapped.meta // {
mainProgram = "xonsh";
};
passthru = {
unwrapped = xonsh-unwrapped;
shellPath = "/bin/xonsh";
};
}
''