| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "devShellTools.unstructuredDerivationInputEnv: Match passAsFile basename"•••This reverts commit 1cf3103bcaf3b45aed2e8e0801f96207d2e98745.
The commit implemented a "nice to have" TODO, which ultimately causes
hash differences between Lix and Nix. We can't conditionally use the
`convertHash` builtin, because we don't have an alternative to produce
the same results.
| Wolfgang Walther | 2025-10-14 | 1 | -4/+0 |
| * | 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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
--argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
result/bin/apply-formatting $NIXPKGS_PATH
| Silvan Mosberger | 2024-12-10 | 1 | -75/+100 |
| * | nixosTests.docker-tools-nix-shell: Enable on aarch64-linux
•••
The docker-tools test, where this originates, was not run on aarch64-linux, but this is an artifact of its age more so than anything else.
Co-authored-by: Ivan Trubach <mr.trubach@icloud.com> | Robert Hensing | 2024-07-29 | 1 | -12/+2 |
| * | tests.devShellTools: Fix release.nix / ofborg eval | Robert Hensing | 2024-07-28 | 1 | -3/+12 |
| * | devShellTools.unstructuredDerivationInputEnv: Support older Nix | Robert Hensing | 2024-07-28 | 1 | -1/+3 |
| * | nixosTests.docker-tools-nix-shell: Extract•••These tests should run as part of the `tests.devShellTools` suite,
and they're a significant portion of the general docker tools test
duration.
| Robert Hensing | 2024-07-28 | 1 | -2/+8 |
| * | devShellTools.unstructuredDerivationInputEnv: Match passAsFile basename | Robert Hensing | 2024-07-28 | 1 | -3/+1 |
| * | devShellTools: Docs, fix args env | Robert Hensing | 2024-07-28 | 1 | -0/+4 |
| * | devShellTools.unstructuredDerivationInputEnv: Skip args | Robert Hensing | 2024-07-28 | 1 | -2/+11 |
| * | devShellTools.unstructuredDerivationInputEnv: Return attrsOf str•••... and test it.
| Robert Hensing | 2024-07-28 | 1 | -1/+103 |
| * | devShellTools.{stringValue -> valueToString} | Robert Hensing | 2024-06-29 | 1 | -13/+13 |
| * | devShellTools.stringValue: init | Robert Hensing | 2024-06-29 | 1 | -2/+42 |
| * | devShellTools: init (empty) | Robert Hensing | 2024-06-29 | 1 | -0/+5 |