We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
error: package "devshell.hello" not found
To Reproduce
Check out the template:
nix flake new -t "github:numtide/devshell" foo3 cd foo3
then
direnv allow
or
nix develop
as described here: https://numtide.github.io/devshell/getting_started.html#nix-flakes
Expected behavior
nix develop shell starts successfully
System information
Debian, Nix 2.17.0
Additional context
The text was updated successfully, but these errors were encountered:
This change to devshell.toml appears to fix it.
devshell.toml
Replace
package = "devshell.hello"
with
package = "hello"
Sorry, something went wrong.
fix nix develop shell in template
c80beef
numtide#272
Getting started example project (#274)
6b52efc
* fix `nix develop` shell in template #272 * template example from "Getting Started" documentation A working example project put together from https://numtide.github.io/devshell/getting_started.html
Successfully merging a pull request may close this issue.
Describe the bug
To Reproduce
Check out the template:
then
or
as described here: https://numtide.github.io/devshell/getting_started.html#nix-flakes
Expected behavior
nix develop
shell starts successfullySystem information
Debian, Nix 2.17.0
Additional context
The text was updated successfully, but these errors were encountered: