We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172a798 commit 9d7a43fCopy full SHA for 9d7a43f
2 files changed
devshell.toml
@@ -1,6 +1,6 @@
1
# This is the name of your environment. It should usually map to the project
2
# name.
3
-name = "mkDevShell"
+name = "devshell"
4
5
# Add packages from nixpkgs here. Use `nix search nixpkgs <term>` to find the
6
# package that you need.
flake.nix
@@ -1,5 +1,5 @@
{
- description = "mkDevShell";
+ description = "devshell";
outputs = { self }:
let
0 commit comments