init
This commit is contained in:
15
package.nix
Normal file
15
package.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{rustPlatform, ...}:
|
||||
rustPlatform.buildRustPackage {
|
||||
name = "rust_elaborator";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
nativeBuildInputs = [];
|
||||
buildInputs = [];
|
||||
configurePhase = '''';
|
||||
buildPhase = '''';
|
||||
installPhase = '''';
|
||||
meta = {
|
||||
mainProgram = "rust_elaborator";
|
||||
homepage = "https://mtgmonkey.net";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user