chore: rename cargo/flake project
Former-commit-id: 8c57dfb81906b4a9543ddca6e85208bf1b312ee4
This commit is contained in:
parent
8441f0deb4
commit
7f8b09ee9f
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "aspiration"
|
name = "ambition"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Rust development environment for Aspiration using fenix";
|
description = "Rust development environment for Ambition using fenix";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
fenix = {
|
fenix = {
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
inherit (toolchain) cargo rustc;
|
inherit (toolchain) cargo rustc;
|
||||||
})
|
})
|
||||||
.buildRustPackage {
|
.buildRustPackage {
|
||||||
pname = "aspiration";
|
pname = "ambition";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
|
|
Reference in a new issue