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