summary refs log tree commit diff
path: root/nixos/tests/docker-tools-cross.nix
Commit message (Collapse)AuthorAge
* dockerTools.buildImage: Add copyToRoot to replace contents, explain usageRobert Hensing2022-07-06
|
* dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.systemzowoq2022-04-05
| | | | `pkgs.system` is an alias
* Revert "nixos/tests/docker-tools*: remove useless formatter"Robert Hensing2021-05-09
| | | | | | | | | | | | | | | | | | | | | | Annoyed with the interference of the python formatting of generated code (see #72964), I took matters into my own hands as maintainer of dockerTools. Afterwards, I've created a PR, hoping to unstuck the discussion. @aszlig took notice and thanks to his python ecosystem knowledge, the testing efforts of @blaggacao and @Ma27, and a sense of shared suffering and comraderie we were able to change the situation for the better in #122201. Now, we have a proper linter that actually helps contributors, so it's time to turn it back on again. I'm glad we could make it happen this quickly! Thanks! This reverts commit 4035049af3e45554ffc4d8b4c30fd43ae9cd328a.
* nixos/tests/docker-tools*: remove useless formatterRobert Hensing2021-05-08
|
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixosTests.docker-tools-cross: initRobert Hensing2020-12-15
Not everyone has a suitable remote builder set up, so the cross-compilation tests that _include_ running the result are separate. That way, most people can run the majority of the test suite without the extra setup.