about summary refs log tree commit diff
path: root/pkgs/test
Commit message (Collapse)AuthorAge
* makeHardcodeGsettingsPatch: Support applying patchesJan Tojnar2023-11-21
| | | | | This is useful for replacing code that cannot be easily handled by the generator, such as the tentative settings constructor in e-d-s.
* Merge pull request #267048 from narang99/hariom/257748/check-by-name-msgSilvan Mosberger2023-11-21
|\ | | | | fix long error messages in nix-instantiate
| * made EXPR_PATH point to local instead of storeHariom Narang2023-11-21
| | | | | | | | | | - we need this behavior in dev shell - the main build still uses the store file
| * pass eval.nix as a file instead of expressionHariom Narang2023-11-14
| | | | | | | | | | | | | | | | | | - passing it as expression gives large error messages which are not very readable - this commits puts the file in nix-store and patches the final program to have access to the path to the file as env. - We simply pass this file to nix-instantiate
* | Merge pull request #268224 from tweag/by-name-reloadSilvan Mosberger2023-11-19
|\ \ | | | | | | tests.nixpkgs-check-by-name: More reliable .envrc reloading
| * | tests.nixpkgs-check-by-name: More reliable .envrc reloadingSilvan Mosberger2023-11-18
| | | | | | | | | | | | See also https://github.com/nix-community/nix-direnv/issues/408 and https://github.com/nix-community/nix-direnv/pull/407
* | | Merge pull request #268018 from amjoseph-nixpkgs/pr/testcase/267859Artturi2023-11-19
|\ \ \ | |/ / |/| |
| * | tests.cross.sanity: add test case for #267859Adam Joseph2023-11-16
| | | | | | | | | | | | | | | | | | This commit adds pkgs.spike, which internally uses pkgsCross.riscv64-embedded.stdenv.cc, as a test case for the issue reported in https://github.com/NixOS/nixpkgs/issues/267859
* | | llvmPackages_5: dropRaito Bezarius2023-11-17
|/ / | | | | | | | | | | | | | | While using very old compilers is a fair usecase, it induces a maintenance churn as we collect more and more LLVM versions for the LLVM maintainers. Especially when we need to backport uniform changes to the whole tree, furthermore, it consumes and waste CI resources.
* | Merge branch 'master' into staging-nextVladimír Čunát2023-11-16
|\ \
| * | tests.cc-wrapper.supported: make it actually build the testsArtturin2023-11-16
| | | | | | | | | | | | it was building the stdenv only
| * | tests.cc-wrapper: add atomics testArtturin2023-11-16
| |/ | | | | | | `-std=c++17` is for clang 5
* | Merge master into staging-nextgithub-actions[bot]2023-11-09
|\|
| * cudaPackages.cuda-samples: alphabetize argumentsConnor Baker2023-11-09
| |
| * cudaPackages.cuda-samples: fix CMake build error on 12.2+Connor Baker2023-11-07
| |
| * cudaPackages.cuda-samples: don't list package for unsupported CUDA versionConnor Baker2023-11-07
| |
| * cudaPackages_12_2.cuda-samples: init at 12.2Connor Baker2023-11-07
| |
| * cudaPackages_12_1.cuda-samples: init at 12.1Connor Baker2023-11-07
| |
| * cudaPackages.cuda-samples: use packages from cudaPackages scope; not top-levelConnor Baker2023-11-07
| |
| * cudaPackages.cuda-samples: switch to autoAddOpenGLRunpathHook from manual ↵Connor Baker2023-11-07
| | | | | | | | addOpenGLRunpath
| * cudaPackages.cuda-samples: add CUDA team as maintainersConnor Baker2023-11-07
| |
| * cudaPackages.cuda-samples: use finalAttrs instead of recConnor Baker2023-11-07
| |
* | Merge master into staging-nextgithub-actions[bot]2023-11-07
|\|
| * Merge pull request #265514 from xworld21/treewide-texlive-with-packagesDmitry Kalinkin2023-11-06
| |\ | | | | | | treewide: switch to texlive.withPackages
| | * tests.texlive.fixedHashes: ignore .tex attribute sets that are not derivationsVincenzo Mantova2023-11-05
| | |
| | * tests.texlive: use texlive.pkgs.PKGNAME attribute set instead of ↵Vincenzo Mantova2023-11-05
| | | | | | | | | | | | texlive.PKGNAME.pkgs list
| | * tests.texlive: replace texlive.combine with texlive.withPackagesVincenzo Mantova2023-11-05
| | |
| | * texlive: export schemes at top levelVincenzo Mantova2023-11-04
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-11-05
|\| |
| * | test.cross.sanity: add qt5.qutebrowser, firefoxAdam Joseph2023-11-05
| |/
* | Merge master into staging-nextgithub-actions[bot]2023-11-04
|\|
| * lib.systems, test.cross.sanity: add test case for #264989Adam Joseph2023-11-04
| | | | | | | | | | | | | | | | | | | | | | We have several cross-compilation bugs that show up if hostPlatform!=buildPlatform yet hostPlatform.config==buildPlatform.config. These bugs have appeared and disappeared as we've fiddled with the definition of equality for platform objects. This commit adds a clear-cut case where they are *not* equal and never will be, so we can test it.
| * tests: fix eval failuresArtturin2023-11-04
| |
* | Merge master into staging-nextgithub-actions[bot]2023-11-03
|\|
| * tests.cross.sanity: add pkgs.pkgsMusl.pkgsCross.gnu64.hello (#262876)Adam Joseph2023-11-03
| |
* | Merge master into staging-nextgithub-actions[bot]2023-11-01
|\|
| * Merge pull request #250805 from xworld21/texlive-buildenv-minimalDmitry Kalinkin2023-11-01
| |\ | | | | | | texlive: overrideTeXConfig/withPackages
| | * texlive: implement __overrideTeXConfig and withPackageVincenzo Mantova2023-10-22
| | | | | | | | | | | | | | | | | | Implement new 'buildTeXEnv' to leverage multi-output packages and provide __overrideTeXConfig/withPackages for modifying the configuration or adding packages. The override mechanism is prefixed until stabilized.
| | * tests.texlive.shebangs: use new texlive package sourceVincenzo Mantova2023-10-07
| | |
| | * tests.texlive.binaries: use new texlive package sourceVincenzo Mantova2023-10-07
| | |
| | * texlive.buildTeXLivePackage: switch to fake multi-output derivations for TeX ↵Vincenzo Mantova2023-10-07
| | | | | | | | | | | | Live packages
* | | Merge master into staging-nextgithub-actions[bot]2023-10-30
|\| |
| * | Merge pull request #261939 from tweag/check-by-name-intermediateSilvan Mosberger2023-10-30
| |\ \ | | | | | | | | `nixpkgs-check-by-name`: Intermediate error representation refactor
| | * | tests.nixpkgs-check-by-name: Remove PackageContext helperSilvan Mosberger2023-10-24
| | | | | | | | | | | | | | | | Was not really necessary anymore
| | * | tests.nixpkgs-check-by-name: Custom Validation type and improvementsSilvan Mosberger2023-10-24
| | | | | | | | | | | | | | | | Co-authored-by: Wanja Hentze
| | * | tests.nixpkgs-check-by-name: Minor doc updatesSilvan Mosberger2023-10-24
| | | |
| | * | tests.nixpkgs-check-by-name: Separate file for all problemsSilvan Mosberger2023-10-24
| | | | | | | | | | | | | | | | And introduce a function for some smaller indentation
| | * | tests.nixpkgs-check-by-name: Redesign and document check_result functionsSilvan Mosberger2023-10-24
| | | |
| | * | tests.nixpkgs-check-by-name: Remove error writerSilvan Mosberger2023-10-24
| | | |
| | * | tests.nixpkgs-check-by-name: Remove Nixpkgs structSilvan Mosberger2023-10-24
| | | | | | | | | | | | | | | | Isn't necessary anymore with the refactoring