scripts/prebuild.sh
fails and pubspec.yaml dependencies not resolving.
#3128
Labels
bug
Something isn't working
Description
I'm trying to build this project on NixOS.
scripts/prebuild.sh
is failing.Expected result
scripts/prebuild.sh
should do its work and exit with status 0.Current behavior
scripts/prebuild.sh
fails with status 1Preconditions (optional)
Reproduction Steps
*.lock
from.gitignore
flake.nix
definition (required due to #322871 in nixpkgs):nix --experimental-features 'nix-command flakes' develop
to enter a dev shell.bash scripts/prebuild.sh
Acceptance criteria
As a developer, on latest Flutter stable, I am able to run
scripts/prebuild.sh
without errors.Context
NixOS, but should be reproducible with a Nix install on any Nix-supported OS.
Additional information
The text was updated successfully, but these errors were encountered: