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

Add README, LICENSE and clean up flake.nix

This commit is contained in:
RGBCube 2024-05-15 13:36:51 +03:00
parent 5d7802cdfd
commit 75eac3e74b
No known key found for this signature in database
5 changed files with 125 additions and 11 deletions

View file

@ -6,8 +6,8 @@
zig_0_12,
optimize ? "ReleaseFast",
bash,
fallbackShell ? bash,
bashInteractive,
fallbackShell ? bashInteractive,
}:
stdenvNoCC.mkDerivation {