| Commit message (Expand) | Author | Age | Files | Lines |
| * | flutter: set pname | Hythera | 2026-02-03 | 1 | -0/+1 |
| * | flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.pre (#485116) | Tristan Ross | 2026-01-31 | 1 | -37/+37 |
| |\ |
|
| | * | flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.pre | qzylinra | 2026-01-30 | 1 | -37/+37 |
| * | | flutter338: 3.38.8 -> 3.38.9 | qzylinra | 2026-01-30 | 1 | -42/+42 |
| * | | flutter338: 3.38.7 -> 3.38.8 | qzylinra | 2026-01-28 | 1 | -37/+37 |
| |/ |
|
| * | flutter341: init at 3.41.0-0.1.pre (#480864) | Tristan Ross | 2026-01-27 | 7 | -0/+1496 |
| |\ |
|
| | * | flutter341: 3.41.0-0.0.pre -> 3.41.0-0.1.pre | qzylinra | 2026-01-27 | 1 | -42/+42 |
| | * | flutter341: init at 3.41.0-0.0.pre | qzylinra | 2026-01-24 | 7 | -0/+1496 |
| * | | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit
done with the following script:
```fish
\#!/usr/bin/env fish
set packagesjson (nix eval --impure --json --expr '
let
lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
name: _:
if name == "lib" then
lib
else if name == "config" then
{ allowAliases = false; }
else
name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)
set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)
for arg in $one $two
set oname $arg
set nname (echo $packagesjson | jq -r .$oname)
if test $nname = null
echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
continue
end
echo $oname "->" $nname
# replace basic xorg.$name references
for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
# special cases
sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file
# replace
sd -F "xorg.$oname" "$nname" $file
# fixup function arguments
# prevent duplicate function args
if grep -E " ($oname|$nname),\$" $file >/dev/null
continue
end
if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg
if grep ' xorg,$' $file >/dev/null
sd ' xorg,$' " xorg,
$nname," $file
else if grep ' xorg ? .*,$' $file >/dev/null
sd 'xorg( ? .*),$' "xorg\$1,
$nname," $file
else
sd -F 'xorg,' "$nname,
xorg," $file
end
else # case there is no more xorg..* so we can just replace the function arg
sd 'xorg(| ? .*),.*$' "$nname," $file
end
end
end
nix fmt
```
| quantenzitrone | 2026-01-25 | 2 | -15/+26 |
| |/ |
|
| * | flutter338: 3.38.6 -> 3.38.7 | qzylinra | 2026-01-16 | 1 | -2/+2 |
| * | flutter338: 3.38.5 -> 3.38.6 | qzylinra | 2026-01-10 | 1 | -42/+42 |
| * | flutter338: 3.38.4 -> 3.38.5 | qzylinra | 2025-12-23 | 1 | -39/+44 |
| * | flutter: 3.38.3 -> 3.38.4 | R. Ryantm | 2025-12-06 | 1 | -44/+39 |
| * | flutter: set sourceProvenance (#440682) | Aleksana | 2025-11-28 | 1 | -0/+3 |
| |\ |
|
| | * | flutter: set sourceProvenance | linsui | 2025-09-06 | 1 | -0/+3 |
| * | | flutter338: 3.38.1 -> 3.38.3 | kyehn | 2025-11-21 | 1 | -42/+42 |
| * | | flutter338: 3.38.0 -> 3.38.1 | kyehn | 2025-11-13 | 1 | -42/+42 |
| * | | flutter338: 3.38.0-0.2.pre -> 3.38.0 | kyehn | 2025-11-12 | 4 | -88/+88 |
| * | | flutterPackages-source: clean | qzylinra | 2025-11-11 | 5 | -63/+41 |
| * | | flutter: remove unused code | qzylinra | 2025-11-05 | 7 | -37/+26 |
| * | | flutter338: init at 3.38.0-0.2.pre | qzylinra | 2025-11-03 | 25 | -587/+1857 |
| * | | flutter335: 3.35.5 -> 3.35.7 (#450619) | Tristan Ross | 2025-11-01 | 1 | -37/+37 |
| |\ \ |
|
| | * | | flutter335: 3.35.5 -> 3.35.7 | qzylinra | 2025-10-24 | 1 | -37/+37 |
| * | | | flutter327: drop | qzylinra | 2025-10-30 | 5 | -1218/+0 |
| * | | | flutter324: drop | qzylinra | 2025-10-29 | 5 | -1198/+0 |
| |/ / |
|
| * | | treewide: remove unused with•••Auto-fixed by nixf-diagnose.
| Wolfgang Walther | 2025-10-05 | 1 | -1/+1 |
| * | | flutter335: 3.35.4 -> 3.35.5 | kyehn | 2025-09-30 | 1 | -37/+37 |
| * | | flutter: 3.35.3 -> 3.35.4 | qzylinra | 2025-09-19 | 1 | -37/+37 |
| * | | flutter335: fix android build (#435027) | Sandro | 2025-09-16 | 1 | -0/+220 |
| |\ \ |
|
| | * | | flutter335: fix android build•••The Flutter tools Gradle patch is still required with flutter335. The following patch is a rebased copy of the one for flutter332. | birros | 2025-08-19 | 1 | -0/+220 |
| * | | | flutter335: fix macos build (#434503) | Sandro | 2025-09-16 | 1 | -0/+59 |
| |\ \ \ |
|
| | * | | | flutter335: fix macos build•••Fix for macOS build issue in Flutter >= 3.35
Since version 3.35, the behavior of macos_assemble.sh and xcode_backend.sh
is almost identical. This caused the same error for macOS that previously
occurred for iOS.
Derived from the iOS patch: ./fix-ios-build-xcode-backend-sh.patch
Example error:
```
$ flutter run -d macos
Launching lib/main.dart on macOS in debug mode...
Target debug_unpack_macos failed: Error: Flutter failed to create a directory at "/<nix-store>/XXXX-flutter-3.35.1-unwrapped/bin/cache/artifacts".
Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.
Failed to copy Flutter framework.
** BUILD FAILED **
``` | birros | 2025-08-17 | 1 | -0/+59 |
| * | | | | flutter335: 3.35.2 -> 3.35.3 | kyehn | 2025-09-05 | 1 | -44/+44 |
| | |_|/
|/| | |
|
| * | | | flutter335: 3.35.1 -> 3.35.2 | kyehn | 2025-08-26 | 1 | -39/+39 |
| * | | | flutter: remove package_graph related patches | qzylinra | 2025-08-26 | 2 | -133/+0 |
| * | | | flutterPackages-source: mark broken for old version; expidus: mark broken (#4... | Tristan Ross | 2025-08-20 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | flutterPackages-source: mark broken for old version | qzylinra | 2025-08-21 | 1 | -0/+1 |
| | | |/
| |/| |
|
| * / | | flutter: update extraPackageConfigSetup | qzylinra | 2025-08-19 | 1 | -12/+14 |
| |/ / |
|
| * | | flutter.buildFlutterApplication: Fix `Exec format error` (#434533) | Artturin | 2025-08-18 | 1 | -4/+3 |
| |\ \ |
|
| | * | | flutter.buildFlutterApplication: Fix `Exec format error`•••This does NOT fix the cross compilation of flutter applications, it only
fixes one issue which should allow for better error messages
| Artturin | 2025-08-17 | 1 | -4/+3 |
| | |/ |
|
| * / | flutterPackages-source.stable.engine: unpin LLVM•••Unclear why this reference and no other was pinned. It builds.
| Emily | 2025-08-18 | 1 | -2/+1 |
| |/ |
|
| * | flutter335: 3.35.0-0.3.pre -> 3.35.1 | qzylinra | 2025-08-15 | 1 | -43/+43 |
| * | flutter: remove rec | qzylinra | 2025-08-13 | 3 | -6/+10 |
| * | flutter: remove with lib | qzylinra | 2025-08-13 | 2 | -24/+22 |
| * | flutter335: init at 3.35.0-0.3.pre | qzylinra | 2025-08-12 | 8 | -4/+1334 |
| * | treewide: conform descriptions to the standards | mivorasu | 2025-07-28 | 1 | -1/+1 |
| * | flutter332: 3.32.7 -> 3.32.8 | mivorasu | 2025-07-26 | 1 | -37/+37 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 6 | -170/+165 |
| * | flutter332: 3.32.6 -> 3.32.7 | mivorasu | 2025-07-22 | 1 | -37/+37 |
| * | flutter.updateScript: fix file format | mivorasu | 2025-07-22 | 1 | -1/+3 |