Add the nix flake for the cyberpunk splash screen

This commit is contained in:
Savanni D'Gerinel 2023-04-13 19:13:02 -04:00
parent 11391aad68
commit b92df7b443
2 changed files with 2841 additions and 0 deletions

2836
cyberpunk-splash/Cargo.nix Normal file

File diff suppressed because it is too large Load Diff

View File

@ -78,6 +78,11 @@
rootFeatures = [ "screenplay" ];
release = false;
}).rootCrate.build;
cyberpunk-splash = (import ./cyberpunk-splash/Cargo.nix {
inherit pkgs;
buildRustCrateForPkgs = customBuildInfo;
release = true;
}).rootCrate.build;
};
};
}