summary refs log tree commit diff
path: root/pkgs/test
Commit message (Collapse)AuthorAge
* vim-full: rename from vim_configurableNaïm Favier2022-12-09
| | | | | Avoids confusion: `vim-full`'s build-time features are configurable, but both `vim` and `vim-full` are *customizable* (in the sense of user configuration).
* cue: test in tests.cue-validationJörg Thalheim2022-12-08
|
* Merge pull request #182250 from Artturin/fetchpatch2Robert Hensing2022-12-01
|\ | | | | fetchpatch2: init
| * fetchpatch2: initArtturin2022-07-20
| | | | | | | | | | | | | | allows us to use the new features of patchutils without having to reset all fetchpatch hashes in nixpkgs https://github.com/NixOS/nixpkgs/issues/32084
* | tests.trivial-builders.linkFarm: initBernardo Meurer2022-11-15
| |
* | cuda-library-samples.cutensor: fixThomas Watson2022-10-21
| | | | | | | | | | | | Previously, the cutensor samples could not find the libcutensor.so.1 shared library at runtime. This patch adds cutensor as a buildInput so the shared library is linked in properly.
* | cuda-samples: 11.8 throw the non-existing tagDavid Guibert2022-10-14
| |
* | cuda-samples: throw an error for tag 11.7David Guibert2022-10-04
| |
* | Revert "Revert "cudatoolkit_11_7: init at 11.7.0""David Guibert2022-10-04
| | | | | | | | This reverts commit 90c505790c63e34a72a86efcd248de6c9da58ac6.
* | tests.coq.overrideCoqDerivation: use runCommand instead of runCommandNoCCDennis Gosnell2022-09-03
| |
* | tests.coq.overrideCoqDerivation: add testDennis Gosnell2022-08-29
| |
* | Revert "cudatoolkit_11_7: init at 11.7.0"Samuel Ainsworth2022-08-05
| |
* | Merge pull request #179912 from dguibert/dg/cudatoolkit_11_7_0Samuel Ainsworth2022-08-05
|\ \ | |/ |/| cudatoolkit_11_7: init at 11.7.0
| * cudatoolkit: add 11.7David Guibert2022-08-02
| |
* | vimUtils: remove vam supportMatthieu Coudron2022-07-10
| | | | | | | | having this many (complex) options not only is hard to maintain but I cant see the benefit of these options now that vim supports packages
* | Merge pull request #164662 from infinisil/fetchurl-curlOpts-listRobert Hensing2022-06-30
|\ \ | |/ |/| fetchurl: Allow passing curl options with spaces
| * fetchurl: Add curlOptsList testSilvan Mosberger2022-06-30
| |
* | Merge pull request #174176 from hercules-ci/buildFromCabalSdistRobert Hensing2022-06-28
|\ \ | | | | | | haskellPackages: Add buildFromCabalSdist (faster, tested)
| * | pkgs.tests.haskell.cabalSdist: Avoid IFDRobert Hensing2022-05-24
| | |
| * | haskellPackages: Add buildFromCabalSdist (faster, tested)Robert Hensing2022-05-23
| | |
* | | Merge staging-next into staginggithub-actions[bot]2022-06-13
|\ \ \
| * | | vimUtils: deprecate configure.pathogen (#154814)Matthieu Coudron2022-06-13
| | | | | | | | | | | | | | | | pathogen does not bring any value compared to vim native packages so remove it to ease maintainance burden.
* | | | Merge pull request #172769 from ncfavier/wrappers-append-argsThiago Kenji Okada2022-06-12
|\ \ \ \ | |/ / / |/| | | makeWrapper,makeBinaryWrapper: implement `--append-flags`
| * | | makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier2022-05-30
| | | |
* | | | pkgs/test/cuda/cuda-samples/generic.nix: use new SRI hash formatAndersonTorres2022-06-04
| | | |
* | | | buildDhallUrl: use new SRI hash formatAndersonTorres2022-06-04
| | | |
* | | | Merge pull request #175317 from ncfavier/makeBinaryWrapper-crossRick van Schijndel2022-06-02
|\ \ \ \ | | | | | | | | | | makeBinaryWrapper: fix cross-compilation and add test
| * | | | makeBinaryWrapper: fix cross-compilation and add testNaïm Favier2022-05-31
| |/ / / | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/175045
* / / / pkgs/tests/config.nix: Make test future proofRobert Hensing2022-05-29
|/ / /
* | | pkgs.tests: Add regression test for #175196Robert Hensing2022-05-29
| | |
* | | Merge remote-tracking branch 'origin/staging-next'Janne Heß2022-05-23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/staging-next: (62 commits) Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" openldap: fix cross-compilation makeBinaryWrapper: fix codesign on aarch64-darwin python3Packages.ldap: fix linking with openldap 2.5+ Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" wine: enable parallel build again pkgsi686Linux.gdb: fix formatting for 32-bit systems gtk4: Fix incorrect merge nixos/openldap: use upstream unit defaults openldap: update maintainers openldap: 2.4.58 -> 2.6.2 Revert "Add mingwW64-llvm cross-system." lua: fix on darwin by using makeBinaryWrapper (#172749) python310Packages.python-mimeparse: execute tests pandas: fix darwin build gtk3: 3.24.33 -> 3.24.33-2022-03-11 gtk4: patch fixing g-c-c crashes e2fsprogs: patch for CVE-2022-1304 firefox-unwrapped: fix cross compilation rustc: expose correct llvmPackages for cross compile ...
| * | | makeBinaryWrapper: add commentNaïm Favier2022-05-12
| | | |
| * | | makeBinaryWrapper: move into its own folderNaïm Favier2022-05-10
| |/ / | | | | | | | | | | | | The derivation is complex enough to warrant moving out of all-packages.nix
* / / fetchzip: extraPostFetch -> postFetch && testsArtturin2022-05-22
|/ /
* | Merge remote-tracking branch 'upstream/master' into testersRobert Hensing2022-05-09
|\ \
| * | makeBinaryWrapper: add overlength-strings testNaïm Favier2022-05-06
| | |
| * | nixos-functions: Set system.stateVersionJanne Heß2022-05-05
| | |
* | | tests.testers.nixosTest-example: move from tests.nixos-functions.nixosTest-testRobert Hensing2022-05-09
| | | | | | | | | | | | And improve the test a bit, to assert correct wiring of `pkgs`.
* | | treewide: nixosTest -> testers.nixosTestRobert Hensing2022-05-09
| | |
* | | testers.nixosTest: Move from top-level and improve docsRobert Hensing2022-05-05
|/ /
* | cudaPackages: overhaul of how we package cuda packagesFrederik Rietdijk2022-04-09
| | | | | | | | | | | | | | | | | | | | There are many different versions of the `cudatoolkit` and related cuda packages, and it can be tricky to ensure they remain compatible. - `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist"); - expressions should now use `cudaPackages` as parameter instead of the individual cuda packages; - `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version; - `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
* | Merge master into staging-nextgithub-actions[bot]2022-04-01
|\ \
| * | tests: Add pkgs-libRobert Hensing2022-04-01
| | | | | | | | | | | | | | | | | | Makes the following work ofborg build tests.pkgs-lib
* | | Merge master into staging-nextgithub-actions[bot]2022-03-31
|\| |
| * | pkgs.tests.nixos-functions: machine -> nodes.machineRobert Hensing2022-03-28
| | |
* | | Merge master into staging-nextgithub-actions[bot]2022-03-25
|\| |
| * | Merge pull request #164651 from Infinisil/remove-optionSetSilvan Mosberger2022-03-25
| |\ \ | | | | | | | | lib/modules: Finally remove deprecated types.optionSet
| | * | Remove ancient mkOption testsSilvan Mosberger2022-03-18
| | |/ | | | | | | | | | These are completely non-functional by now
* | | Merge branch 'master' into staging-nextVladimír Čunát2022-03-25
|\| |
| * | Merge remote-tracking branch 'upstream/master' into tests-restrict-argumentsRobert Hensing2022-03-21
| |\ \