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 7566b30d39
commit 15d022b94e
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[package] [package]
name = "aspiration" name = "ambition"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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 = { 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;