a flake for flutter-projects on nixos
currently dart is copied to the cache on devshell-entry
cp -r ${flutter}/bin/cache/dart-sdk ~/.cache/flutter/dart-sdk
cf. SETUP (./template/README.org
)
Tags relate to the flutter-version in major.minor.patch
.
The optional flakeVersion is appended: major.minor.patch.flakeVersion
. \
A buildNumber (+N) cannot be used because of nix flake
restrictions.
is used for dart and flutter
is based on nixpkgs
cf. nix/README.org
- specify {flutter,dart}-version in
./nvfetcher.toml
- update
./_sources
nvfetcher -f dart -f flutter
- update tag in
./template/flake.nix
### … flutter-flake = { url = "github:FrankBeu/flutterFlake/<TAG>"; ### …
- update
changelog.org
- commit
- tag (name: flutter version)
- push
currently gtk3-dev-libs cannot be found