about summary refs log tree commit diff
path: root/pkgs/test/stdenv/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12tests: move stdenv hook tests to stdenv.hooksArtturin1-0/+6
2022-12-12tests.stdenv: add test-golden-example-structuredAttrsArtturin1-0/+71
examples copied from https://nixos.mayflower.consulting/blog/2020/01/20/structured-attrs/ nix has tests for structuredAttrs but i figured it'd be good to have a golden test here too https://github.com/NixOS/nix/blob/master/tests/structured-attrs.nix https://github.com/NixOS/nix/blob/master/tests/structured-attrs-shell.nix
2022-12-10stdenv: detect the type of variable in {prepend,append}ToVarArtturin1-4/+15
stdenv: error if using {prepend,append}ToVar on associative array i don't know how to prepend to associative array
2022-12-10tests.stdenv: add tests for prependToVar and appendToVarArtturin1-8/+88
2022-12-10tests.stdenv: deduplicateArtturin1-75/+36
2022-12-08tests.stdenv: add some env attrset testsArtturin1-0/+107