init
This commit is contained in:
12
default.nix
Normal file
12
default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
pkg-config,
|
||||
}:
|
||||
rustPlatform.buildRustPackage {
|
||||
name = "garandos-tui";
|
||||
src = ./.;
|
||||
# buildInputs = [ ];
|
||||
nativeBuildInputs = [pkg-config];
|
||||
cargoHash = lib.fakeHash;
|
||||
}
|
||||
Reference in New Issue
Block a user