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 committed by Gitea
parent ad6b006e1c
commit d74c9ebcad
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 = true;
}).rootCrate.build;
cyberpunk-splash = (import ./cyberpunk-splash/Cargo.nix {
inherit pkgs;
buildRustCrateForPkgs = customBuildInfo;
release = true;
}).rootCrate.build;
};
};
}