Skip to content
New issue

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

fix typo #103

Closed
wants to merge 1 commit into from
Closed

fix typo #103

wants to merge 1 commit into from

Conversation

jDmacD
Copy link

@jDmacD jDmacD commented Jan 10, 2025

see #102

@@ -87,7 +87,7 @@
# Package a virtual environment as our main application.
#
# Enable no optional dependencies for production build.
packages.x86_64-linux.default = pythonSet.mkVirtualEnv "hello-world-env" workspace.deps.default;
packages.x86_64-linux.default = pythonSet.mkVirtualEnv "hello" workspace.deps.default;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just changing this to "hello" makes it not very descriptive. I'd rather have nix run not work and have a description rather than just "hello".
It's really annoying that the flakes cli makes these assumptions about the package layout based on a derivation name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants