Maciej Krüger
|
9e046794a8
|
flutter: dont fail on missing lockfile
|
2023-12-21 11:57:23 +01:00 |
|
 hacker1024andMaciej Krüger
|
145c291ca6
|
fetchDartDeps: Use add milliseconds to date in package_config.json
This in compliance with the format specification.
https://github.com/dart-lang/language/blob/main/accepted/2.8/language-versioning/package-config-file-v2.md
|
2023-12-21 11:46:18 +01:00 |
|
 hacker1024andMaciej Krüger
|
03ae92a17d
|
flutter: Remove aarch64-darwin platform
There are no aarch64-darwin host artifacts.
Development should be done with Rosetta 2.
- https://github.com/flutter/flutter/issues/60118
- https://github.com/flutter/flutter/issues/69157
- https://github.com/flutter/flutter/issues/101138
|
2023-12-21 11:46:17 +01:00 |
|
 hacker1024andMaciej Krüger
|
133d03eb42
|
flutter: Set FLUTTER_ALREADY_LOCKED to prevent writes to the immutable lockfile
|
2023-12-21 11:46:17 +01:00 |
|
 hacker1024andMaciej Krüger
|
d8b20d93ad
|
flutter: Remove FLUTTER_CACHE_DIR
|
2023-12-21 11:46:16 +01:00 |
|
 hacker1024andMaciej Krüger
|
981831870d
|
flutter: Remove runHooks in fetch-artifacts.nix runCommand
|
2023-12-21 11:46:16 +01:00 |
|
 hacker1024andMaciej Krüger
|
27f61f5e1b
|
flutter: Remove existing .git directories
|
2023-12-21 11:46:16 +01:00 |
|
 hacker1024andMaciej Krüger
|
456779edc2
|
flutter: Move artifact override logic to fetch-artifacts.nix
|
2023-12-21 11:46:15 +01:00 |
|
 hacker1024andMaciej Krüger
|
c969311bc5
|
flutter: Add artifact hashes for all platforms
|
2023-12-21 11:46:15 +01:00 |
|
 hacker1024andMaciej Krüger
|
c524427335
|
flutter: Set host platform at compilation
The Flutter CLI normally detects the host platform at runtime, but this results in incorrect behaviour in the Nix build environment.
|
2023-12-21 11:46:14 +01:00 |
|
 hacker1024andMaciej Krüger
|
17a034deaf
|
flutter: Add platform artifact derivations to cacheDir passthru
|
2023-12-21 11:46:14 +01:00 |
|
 hacker1024andMaciej Krüger
|
ef3625ff56
|
flutter: Link in the fluter_tools package_config.json
|
2023-12-21 11:46:13 +01:00 |
|
 hacker1024andMaciej Krüger
|
0d82a3864a
|
fetchDartDeps: Add a package_config.json derivation
|
2023-12-21 11:46:13 +01:00 |
|
 hacker1024andMaciej Krüger
|
e99f59010c
|
fetchDartDeps: Pass through the dependency cache
|
2023-12-21 11:46:12 +01:00 |
|
 hacker1024andMaciej Krüger
|
623ac19416
|
fetchDartDeps: Generalise dependency derivation logic
|
2023-12-21 11:46:12 +01:00 |
|
 hacker1024andMaciej Krüger
|
75b809c7c6
|
buildDartApplication: Add entire Dart derivation to nativeBuildInputs
|
2023-12-21 11:46:11 +01:00 |
|
 hacker1024andMaciej Krüger
|
d331e2d68c
|
fetchDartDeps: Use given setup and Pub get script in dependency list derivation
|
2023-12-21 11:44:15 +01:00 |
|
 hacker1024andMaciej Krüger
|
98e4fb2d07
|
flutter: Pass pubGetScript through to buildDartApplication
|
2023-12-21 11:44:14 +01:00 |
|
 hacker1024andMaciej Krüger
|
b6a3ff83e1
|
flutter: Propagate .git in SDK symlink derivation
|
2023-12-21 11:44:14 +01:00 |
|
 hacker1024andMaciej Krüger
|
44030b7f7d
|
flutter: Fetch artifacts with flutter prefetch
|
2023-12-21 11:44:14 +01:00 |
|
 hacker1024andMaciej Krüger
|
de1d8091da
|
flutter: Update FLUTTER_ROOT in SDK symlink derivation
|
2023-12-21 11:44:13 +01:00 |
|
 hacker1024andMaciej Krüger
|
59493e57ed
|
flutter: Deregister the Pub dependencies artifact
There is no need to cache the flutter_tool pub dependencies, as it is built reproducibly with Nix.
|
2023-12-21 11:44:13 +01:00 |
|
 hacker1024andMaciej Krüger
|
b63ffdda86
|
flutter: Allow adding additional Dart VM options when launching CLI
|
2023-12-21 11:44:12 +01:00 |
|
 hacker1024andMaciej Krüger
|
e13356db8e
|
flutter: Disable automatic updates without breaking precache
|
2023-12-21 11:44:12 +01:00 |
|
 hacker1024andMaciej Krüger
|
c3237a8d38
|
flutter: Remove JIT explanation
Turns out it was a patch that was causing the strange behaviour.
|
2023-12-21 11:44:11 +01:00 |
|
 hacker1024andMaciej Krüger
|
5f6d29a70a
|
flutter: Use JIT snapshot for flutter_tools
|
2023-12-21 11:44:11 +01:00 |
|
 hacker1024andMaciej Krüger
|
2dc524e2a7
|
flutter: Remove any existing Dart SDK
|
2023-12-21 11:44:10 +01:00 |
|
 hacker1024andMaciej Krüger
|
ec0c30d6d7
|
flutter: Specify commit date for fake SDK repository
|
2023-12-21 11:44:10 +01:00 |
|
 hacker1024andMaciej Krüger
|
075bbf494b
|
flutter: Use custom launchers
|
2023-12-21 11:44:09 +01:00 |
|
 hacker1024andMaciej Krüger
|
e22019bc2f
|
flutter: Allow overriding the FLUTTER_CACHE_DIR
|
2023-12-21 11:44:09 +01:00 |
|
 hacker1024andMaciej Krüger
|
175112a996
|
flutter: Remove hard dependency on Git
|
2023-12-21 11:44:08 +01:00 |
|
 hacker1024andMaciej Krüger
|
00a11274d4
|
flutter: Include patches in flutter_tools snapshot
|
2023-12-21 11:44:08 +01:00 |
|
 hacker1024andMaciej Krüger
|
30170047b8
|
flutter: Use deepClone = true for SDK repository
|
2023-12-21 11:44:07 +01:00 |
|
 hacker1024andMaciej Krüger
|
ee289896a7
|
flutter: Build flutter_tools with buildDartApplication
|
2023-12-21 11:44:07 +01:00 |
|
 Fabian AffolterandGitHub
|
e1b7b95b82
|
Merge pull request #275302 from r-ryantm/auto-update/python310Packages.dockerspawner
python310Packages.dockerspawner: 12.1.0 -> 13.0.0
|
2023-12-21 11:37:14 +01:00 |
|
 Thiago Kenji OkadaandGitHub
|
ad16ca96e6
|
Merge pull request #267261 from name-snrl/make-overriding-sway-package-easier
nixos/sway: refactoring of `package` option
|
2023-12-21 10:34:16 +00:00 |
|
 Thiago Kenji OkadaandGitHub
|
83d7cce5a4
|
Merge pull request #275700 from gepbird/osu-lazer-2023.1221.0
osu-lazer-bin: 2023.1218.1 -> 2023.1221.0, osu-lazer: 2023.1218.1 -> 2023.1221.0
|
2023-12-21 10:33:13 +00:00 |
|
 Michele Guerini RoccoandGitHub
|
808d2bd0ae
|
Merge pull request #274346 from peterhoeg/f/mkvtoolnix
mkvtoolnix: use utf8cpp from nixpkgs
|
2023-12-21 11:20:19 +01:00 |
|
 Fabian AffolterandGitHub
|
d23486623a
|
Merge pull request #275545 from r-ryantm/auto-update/python310Packages.gspread
python310Packages.gspread: 5.12.1 -> 5.12.3
|
2023-12-21 11:20:05 +01:00 |
|
 Jörg ThalheimandGitHub
|
3fcdbd3029
|
Merge pull request #275591 from Mic92/nix-direnv-nixos
nixos/nix-direnv: respect configured nix package
|
2023-12-21 11:18:08 +01:00 |
|
 Fabian AffolterandGitHub
|
916f4d69b9
|
Merge pull request #275704 from r-ryantm/auto-update/python310Packages.meraki
python310Packages.meraki: 1.39.0 -> 1.41.0
|
2023-12-21 11:09:35 +01:00 |
|
 Fabian AffolterandGitHub
|
842ba7ea1f
|
Merge pull request #275713 from r-ryantm/auto-update/python310Packages.mkdocs-git-revision-date-localized-plugin
python310Packages.mkdocs-git-revision-date-localized-plugin: 1.2.1 -> 1.2.2
|
2023-12-21 11:06:13 +01:00 |
|
 Fabian AffolterandGitHub
|
18527d18a3
|
Merge pull request #275549 from r-ryantm/auto-update/python310Packages.habluetooth
python310Packages.habluetooth: 0.9.0 -> 1.0.0
|
2023-12-21 11:05:13 +01:00 |
|
 Fabian AffolterandGitHub
|
d637162eff
|
Merge pull request #275593 from r-ryantm/auto-update/kube-bench
kube-bench: 0.6.19 -> 0.7.0
|
2023-12-21 11:01:11 +01:00 |
|
 Fabian AffolterandGitHub
|
941f458ea0
|
Merge pull request #275582 from r-ryantm/auto-update/cloudfox
cloudfox: 1.12.2 -> 1.12.3
|
2023-12-21 11:00:50 +01:00 |
|
 Fabian AffolterandGitHub
|
9414debbe5
|
Merge pull request #275567 from r-ryantm/auto-update/cnquery
cnquery: 9.11.0 -> 9.12.0
|
2023-12-21 11:00:20 +01:00 |
|
 Fabian AffolterandGitHub
|
d5cde0e8dd
|
Merge pull request #275533 from r-ryantm/auto-update/python310Packages.grad-cam
python310Packages.grad-cam: 1.4.8 -> 1.5.0
|
2023-12-21 10:56:14 +01:00 |
|
 Fabian AffolterandGitHub
|
d72e3be1b2
|
Merge pull request #275740 from r-ryantm/auto-update/python310Packages.nibe
python310Packages.nibe: 2.5.2 -> 2.6.0
|
2023-12-21 10:38:01 +01:00 |
|
 Fabian AffolterandGitHub
|
2869070b53
|
Merge pull request #275325 from r-ryantm/auto-update/python310Packages.faraday-plugins
python310Packages.faraday-plugins: 1.14.0 -> 1.15.0
|
2023-12-21 10:34:44 +01:00 |
|
 Fabian AffolterandGitHub
|
66f6309d1b
|
Merge pull request #275423 from r-ryantm/auto-update/python310Packages.gehomesdk
python310Packages.gehomesdk: 0.5.25 -> 0.5.26
|
2023-12-21 10:34:31 +01:00 |
|