1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-28 08:57:45 +00:00

fix build

This commit is contained in:
RGBCube 2025-02-22 17:49:14 +03:00
parent ec77c04485
commit 3405a772ba
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 45 additions and 25 deletions

View file

@ -2,7 +2,7 @@
lib,
stdenvNoCC,
zig_0_12,
zig,
bashInteractive,
fallbackShell ? bashInteractive,
@ -20,7 +20,7 @@ in stdenvNoCC.mkDerivation {
dontCheck = true;
nativeBuildInputs = [
zig_0_12.hook
zig.hook
];
zigBuildFlags = [
@ -33,6 +33,7 @@ in stdenvNoCC.mkDerivation {
description = "A user configurable login shell wrapper";
homepage = "https://github.com/RGBCube/crash";
license = licenses.mit;
mainProgram = "crash";
platforms = platforms.linux;
maintainers = with maintainers; [ RGBCube ];
};