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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nix print-dev-env & nix develop with drv paths #8310

Merged
merged 1 commit into from
May 10, 2023

Commits on May 10, 2023

  1. Fix nix print-dev-env & nix develop with drv paths

    Fixes NixOS#8309
    
    This regression was because both `CmdDevelop` and `CmdPrintDevEnv` were
    switched to be `InstallableValueCommand` subclasses, but actually
    neither should have been.
    
    The `nixpkgsFlakeRef` method should indeed not be on the base
    installable class, because "flake refs" and "nixpkgs" are not
    installable-wide notions, but that doesn't mean these commands should
    only accept installable values.
    Ericson2314 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a93110a View commit details
    Browse the repository at this point in the history