pijul: use stable rustPlatform
This commit is contained in:
parent
357a251bfb
commit
a2973df033
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchdarcs, rustUnstable, openssl, libssh }:
|
{ stdenv, fetchdarcs, rustPlatform, openssl, libssh }:
|
||||||
|
|
||||||
with rustUnstable;
|
with rustPlatform;
|
||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
name = "pijul-${version}";
|
name = "pijul-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user