mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Use rustPlatform as parameter to package
This commit is contained in:
parent
2c70628874
commit
93e2f02688
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs
|
||||
{ rustPlatform
|
||||
, lib
|
||||
, stdenv
|
||||
, pkg-config
|
||||
|
@ -11,7 +11,7 @@
|
|||
let
|
||||
customizeFeatures = !(enableCodeforces && enableOsu);
|
||||
in
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "youmubot";
|
||||
version = "0.1.0";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue