summaryrefslogtreecommitdiff
path: root/pkgs/build-support/dev-shell-tools/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Walther2025-10-141-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 Mosberger2024-12-101-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 Hensing2024-07-291-12/+2
* tests.devShellTools: Fix release.nix / ofborg evalRobert Hensing2024-07-281-3/+12
* devShellTools.unstructuredDerivationInputEnv: Support older NixRobert Hensing2024-07-281-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 Hensing2024-07-281-2/+8
* devShellTools.unstructuredDerivationInputEnv: Match passAsFile basenameRobert Hensing2024-07-281-3/+1
* devShellTools: Docs, fix args envRobert Hensing2024-07-281-0/+4
* devShellTools.unstructuredDerivationInputEnv: Skip argsRobert Hensing2024-07-281-2/+11
* devShellTools.unstructuredDerivationInputEnv: Return attrsOf str•••... and test it. Robert Hensing2024-07-281-1/+103
* devShellTools.{stringValue -> valueToString}Robert Hensing2024-06-291-13/+13
* devShellTools.stringValue: initRobert Hensing2024-06-291-2/+42
* devShellTools: init (empty)Robert Hensing2024-06-291-0/+5