-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Having a non flake input, and trying to override it via --override-input throws an error:
λ devenv build --override-input non-flake "git+file://home/../non-flake"
error:
… while updating the lock file of flake 'git+file:///project'
… while updating the flake input 'non-flake'
error:
error: '/project/non-flake/.devenv.flake.nix' does not exist
Error: × Command `/nix/store/f0yj40kxp6b92vf6nbmg7bgr1cdhymrm-nix-2.24-devenv/bin/nix --show-trace
│ --extra-experimental-features nix-command --extra-experimental-features flakes --option
│ warn-dirty false --keep-going --max-jobs 16 --option eval-cache false eval --json .#build
│ -vv --log-format internal-json` failed with with exit code 1Not really sure if this should work. Grateful if someone could show me a working example of override-input.
My use case is that i have a repo as an input, and while working locally i want to override that input with local copy of that repo, so that i could work easily on up-streaming some changes to input dependency repo.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working