chore: rename cargo/flake project

Former-commit-id: 8c57dfb81906b4a9543ddca6e85208bf1b312ee4
This commit is contained in:
Muhammad Nauman Raza 2023-11-28 13:46:44 +00:00
parent 8441f0deb4
commit 7f8b09ee9f
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "aspiration"
name = "ambition"
version = "0.1.0"
edition = "2021"

View file

@ -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;