Commit Graph

13 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Tristan Ross
c53017ddcb
expidus.file-manager: use $pname for app dir 2024-10-25 10:18:49 -07:00
Tristan Ross
8b71097c32
expidus.calculator: use $pname for app dir 2024-10-25 10:18:03 -07:00
Tristan Ross
a22a985f13
expidus.{calculator,file-manager}: pin to flutter v3.19 2024-05-15 18:32:22 -07:00
Lily Foster
69fff9c6e9
Merge pull request #253763 from ExpidusOS/feat/expidus-calculator
expidus.calculator: init at 0.1.1-alpha
2024-03-15 15:16:15 -07:00
Tristan Ross
5a83f6f984
expidus.calculator: init at 0.1.1-alpha 2024-03-15 14:20:36 -07:00
hacker1024
23952fb641 buildDartApplication: Remove depsListFile
We get a dependency list with pub2nix now. We can no longer easily distinguish between development dependency dependencies and regular dependency dependencies, but we weren't doing this anyway.
2023-12-26 18:48:12 +02:00
hacker1024
34ce9c64c9 pub2nix.readPubspecLock: Include entire source in package derivations
This allows references to paths above the package being built, e.g.  bc5d988f32/packages/libtokyo_flutter/pubspec.yaml (L42)
2023-12-26 17:05:28 +02:00
hacker1024
3081228cc4 dart: Use Nix instead of Pub 2023-12-26 17:05:20 +02:00
Tristan Ross
75cfae1fc1
expidus-file-manager: update 0.2.0 -> 0.2.1 2023-09-07 21:29:39 -07:00
hacker1024
92e5c1fcec expidus.file-manager: Resolve dependencies for Flutter 3.13.0 2023-08-29 13:12:05 +02:00
Tristan Ross
62e81bf6bf
expidus.file-manager: 0.1.2 -> 0.2.0 2023-08-11 07:40:45 -07:00
Tristan Ross
27c3ccab53
expidus.file-manager: init at 0.1.2 2023-07-07 16:32:40 -07:00