forked from mirrors/nixpkgs
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 {
|
||||
name = "pijul-${version}";
|
||||
|
|
Loading…
Reference in a new issue