nix
This commit is contained in:
@@ -14,10 +14,10 @@ let
|
||||
in
|
||||
{
|
||||
pkgs ? pkgsDefault,
|
||||
rustPlatform ? rustPlatformDefault,
|
||||
pileRustPlatform ? rustPlatformDefault,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pileRustPlatform.buildRustPackage {
|
||||
pname = "pile";
|
||||
version = "0.0.2";
|
||||
src = ./.;
|
||||
|
||||
Reference in New Issue
Block a user