Skip to content

Commit 9d7a43f

Browse files
committed
fix project name
1 parent 172a798 commit 9d7a43f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devshell.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the name of your environment. It should usually map to the project
22
# name.
3-
name = "mkDevShell"
3+
name = "devshell"
44

55
# Add packages from nixpkgs here. Use `nix search nixpkgs <term>` to find the
66
# package that you need.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "mkDevShell";
2+
description = "devshell";
33

44
outputs = { self }:
55
let

0 commit comments

Comments
 (0)