| Commit message (Expand) | Author | Age | Files | Lines |
| * | devpod-desktop: fix build | sdaqo | 2025-11-20 | 1 | -1/+3 |
| * | devpod: Remove maxbrunet as maintainer | Maxime Brunet | 2025-10-18 | 1 | -4/+1 |
| * | treewide: remove useFetchCargoVendor usages | TomaSajt | 2025-07-26 | 1 | -1/+0 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -27/+25 |
| * | devpod{,-desktop}: 0.5.20 -> 0.6.15 | TomaSajt | 2025-04-20 | 1 | -15/+32 |
| * | devpod-desktop: refactor•••- combine the frontent derivation into the main derivation
- use cargo-tauri.hook
- patch out sidecar file logic
- patch out schema registering logic
- add glib-networking for image loading
- add darwin support
- add myself as a maintainer
| TomaSajt | 2025-04-20 | 1 | -132/+110 |
| * | Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253.
This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.
It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).
A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.
[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
| Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | treewide: Format all Nix files•••Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:
nix-build ci -A fmt.check
This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).
This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).
Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase).
If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
| Silvan Mosberger | 2025-04-01 | 1 | -53/+67 |
| * | devpod-desktop: use fetchCargoVendor | TomaSajt | 2025-03-08 | 1 | -6/+2 |
| * | treewide: specify CGO_ENABLED with env.CGO_ENABLED•••Programmatically prefixing "CGO_ENABLED =" and "CGO_ENABLED=0;" with
"env.", but excluding the files
* pkgs/build-support/go/module.nix (buildGoModule implementation)
* pkgs/development/compilers/go/* (the Go compiler)
* pkgs/build-support/docker/tarsum.nix (not using buildGoModule)
| Yueh-Shun Li | 2024-12-18 | 1 | -1/+1 |
| * | libsoup_2_4: Rename from libsoup•••The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
| Jan Tojnar | 2024-12-08 | 1 | -2/+2 |
| * | treewide: replace webkitgtk to webkitgtk_4_0•••sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix
webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
| Fabián Heredia Montiel | 2024-10-11 | 1 | -2/+2 |
| * | treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
| Artturin | 2024-09-25 | 1 | -5/+5 |
| * | devpod-desktop: fix fetchYarnDeps hash and lock files | Nick Cao | 2024-09-17 | 1 | -2/+2 |
| * | devpod: 0.5.19 -> 0.5.20 | R. Ryantm | 2024-09-15 | 1 | -2/+2 |
| * | treewide: remove uses of deprecated Rust functions•••speakersafetyd was using the wrong one, so I've fixed it while I was
here.
| Alyssa Ross | 2024-09-02 | 1 | -1/+1 |
| * | devpod: 0.5.16 -> 0.5.19 | R. Ryantm | 2024-08-09 | 1 | -2/+2 |
| * | devpod: 0.5.15 -> 0.5.16 | R. Ryantm | 2024-07-05 | 1 | -2/+2 |
| * | devpod: 0.5.12 -> 0.5.15 | R. Ryantm | 2024-06-14 | 1 | -2/+2 |
| * | devpod: 0.5.8 -> 0.5.12 | R. Ryantm | 2024-05-31 | 1 | -2/+2 |
| * | devpod: 0.5.7 -> 0.5.8 | R. Ryantm | 2024-05-25 | 1 | -2/+2 |
| * | devpod: 0.5.4 -> 0.5.7 | R. Ryantm | 2024-05-19 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | devpod: 0.5.2 -> 0.5.4 | R. Ryantm | 2024-02-27 | 1 | -2/+2 |
| * | devpod: 0.4.2 -> 0.5.2 | Maxime Brunet | 2024-02-17 | 1 | -4/+4 |
| * | devpod: fix `tests` eval•••Without the change `tests` eval failed as:
$ nix build --no-link -f. devpod.tests
error:
error: value is a string while a set was expected
The failure reason is in `package` parameter. It should be a derivation,
not a package name. While at it fixed the command to extract version.
| Sergei Trofimovich | 2023-12-29 | 1 | -1/+2 |
| * | devpod: 0.4.1 -> 0.4.2 | R. Ryantm | 2023-11-15 | 1 | -2/+2 |
| * | devpod: init at 0.4.1 | Maxime Brunet | 2023-11-04 | 1 | -0/+185 |