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 = {
|
inputs = {
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
@ -22,8 +22,8 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
packages = flake-utils.lib.flattenTree rec {
|
packages = flake-utils.lib.flattenTree rec {
|
||||||
default = oneko;
|
default = oneko-rs;
|
||||||
oneko = rustPlatform.buildRustPackage {
|
oneko-rs = rustPlatform.buildRustPackage {
|
||||||
pname = package.name;
|
pname = package.name;
|
||||||
inherit (package) version;
|
inherit (package) version;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue