change package name
This commit is contained in:
parent
433045744e
commit
773107d453
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "oneko";
|
||||
description = "oneko-rs";
|
||||
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
@ -22,8 +22,8 @@
|
|||
};
|
||||
in {
|
||||
packages = flake-utils.lib.flattenTree rec {
|
||||
default = oneko;
|
||||
oneko = rustPlatform.buildRustPackage {
|
||||
default = oneko-rs;
|
||||
oneko-rs = rustPlatform.buildRustPackage {
|
||||
pname = package.name;
|
||||
inherit (package) version;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue