| Commit message (Expand) | Author | Age | Files | Lines |
| * | neovim: fix neovim.override (#124785)•••* neovim: temporary revert to unbreak user configs
Newly introduced "plugins" parameter is disabled until we get a better
testing infrastructure to minimize breaking changes. | Matthieu Coudron | 2021-05-29 | 1 | -0/+9 |
| * | Merge pull request #122158 from danieldk/import-cargo-lock•••rustPlatform.buildRustPackage: support direct use of Cargo.lock | Daniël de Kok | 2021-05-28 | 1 | -0/+1 |
| |\ |
|
| | * | rustPlatform.importCargoLock: add test cases for importCargoLock | Daniël de Kok | 2021-05-28 | 1 | -0/+1 |
| * | | wrapNeovimUnstable: accept a wrapRc boolean•••additional argument not generated by makeNeovimConfig
If true (the default), appends "-u <customRc>" to the wrapped arguments.
Set to false if you want to control where to save the generated config
(e.g., in ~/.config/init.vim or project/.nvimrc)
| Matthieu Coudron | 2021-05-25 | 1 | -5/+3 |
| * | | neovimUtils: makeNeovimConfig accepts plugins/customRc•••mimics home-manager interface and makes it easier to associate configs with plugins. Added a test as well.
| Matthieu Coudron | 2021-05-25 | 1 | -2/+33 |
| * | | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts:
pkgs/development/tools/rust/cargo-cache/default.nix
pkgs/development/tools/rust/cargo-embed/default.nix
pkgs/development/tools/rust/cargo-flash/default.nix
pkgs/servers/nosql/influxdb2/default.nix
| Jonathan Ringer | 2021-05-17 | 1 | -0/+2 |
| |\ \ |
|
| | * | | writeDirectReferencesToFile: init | Robert Hensing | 2021-05-15 | 1 | -0/+2 |
| * | | | treewide: fix cargoSha256/cargoHash•••Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994.
| Daniël de Kok | 2021-05-08 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'master' into haskell-updates | Malte Brandy | 2021-05-07 | 1 | -56/+57 |
| |\| |
|
| | * | tests.texlive.dvipng: apply recurseIntoAttrs | Dmitry Kalinkin | 2021-05-02 | 1 | -56/+57 |
| * | | tests.haskell-setBuildTarget: inline haskell package def to avoid IFD | (cdep)illabout | 2021-05-02 | 1 | -5/+17 |
| * | | Add haskell.lib.setBuiltTarget, and support non library compiling of a single... | Isaac Shapira | 2021-05-02 | 6 | -0/+53 |
| * | | tests.haskell.shellFor: use writeText instead of toFile | sternenseemann | 2021-05-01 | 1 | -2/+2 |
| * | | tests.haskell.shellFor: replace database-id-class with linear•••Contrary to database-id-class, linear is part of stackage and actively
maintained, so the test is less likely to fail due to version
constraint issues as it is currently.
| sternenseemann | 2021-05-01 | 1 | -4/+4 |
| * | | tests.haskell*: move into tests.haskell set•••This will make it easier to add all haskell related tests to the haskell
hydra jobset without updating a list of tests in two places.
| sternenseemann | 2021-05-01 | 4 | -2/+7 |
| |/ |
|
| * | tests.vim: init (moved from vim-utils.nix) (#119467)•••* tests.vim: init (moved from vim-utils.nix)
Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
source of bugs see linked issues (syntax on overrides vim highlights)
Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.
you can run the tests via
$ nix-build -A tests.vim | Matthieu Coudron | 2021-04-21 | 2 | -0/+74 |
| * | cudatoolkit-{9,9_0,9_1,9_2}: remove•••Remove old CUDA toolkits (and corresponding CuDNN versions).
- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
Fixes #107131.
| Daniël de Kok | 2021-04-18 | 2 | -10/+0 |
| * | texlive.bin.dvipng: refactor gs hardcoding, add a test for it | Dmitry Kalinkin | 2021-03-18 | 1 | -2/+43 |
| * | maintainers-list: obsidian-systems-maintenance•••Fix mispelling. That word always breaks me...
| John Ericson | 2021-03-17 | 2 | -2/+2 |
| * | tests.cude.cuda-library-samples.cutensor: init at same version as others | John Ericson | 2021-03-17 | 2 | -0/+26 |
| * | tests.cude.cuda-library-samples.{cublas,cusolver}: init at master•••Well, strictly speaking, master +
https://github.com/NVIDIA/CUDALibrarySamples/pull/29
| John Ericson | 2021-03-17 | 3 | -0/+96 |
| * | tests.cuda.cuda-sample_*: Init at supported CUDA toolkit versions•••Since CUDA is unfree, we won't actually use this when testing Nixpkgs
officially. But I want to include this as they are useful for users of
Nixpkgs trying to set up / debug a CUDA environment.
| John Ericson | 2021-03-17 | 4 | -0/+121 |
| * | tests.patch-shebangs: add case for ignoring store paths | Andrew Childs | 2021-02-09 | 1 | -16/+60 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 2 | -2/+2 |
| * | treewide: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 6 | -22/+22 |
| * | bintools-wrapper: skip dynamic linker for static binaries | Jörg Thalheim | 2020-12-27 | 1 | -4/+19 |
| * | Revert "bintools-wrapper: skip dynamic linker for static binaries"•••This reverts commit ccfd26ef14ea213320f0b49db3fb347785b38f06.
These toolchain changes are too problematic, so reverting for now; see
https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366
| Vladimír Čunát | 2020-12-21 | 1 | -19/+4 |
| * | Merge master into staging-next | github-actions[bot] | 2020-12-20 | 1 | -0/+1 |
| |\ |
|
| | * | buildRustCrateTests: Move to tests.buildRustCrate•••I think it is preferable to separate the tests from the "real" packages.
| John Ericson | 2020-12-19 | 1 | -0/+1 |
| * | | tests.cc-wrapper: disable static compilation macOS•••macOS does not support this
| Jörg Thalheim | 2020-12-14 | 1 | -8/+11 |
| * | | bintools-wrapper: skip dynamic linker for static binaries•••Currently we set dynamic-linker unconditionally. This breaks
however some static binaries i.e. rust binaries linked against musl.
There is no reason we should set an elf interpreter for static binaries
hence this is skipped if `-static` or `-static-pie` is either passed to
our cc or ld wrapper.
| Jörg Thalheim | 2020-12-14 | 1 | -4/+16 |
| |/ |
|
| * | rust: Clean up target configs and test some more•••See the new docs for details. The difference is vis-a-vis older versions
of this PR, not master.
| John Ericson | 2020-11-28 | 1 | -23/+37 |
| * | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-target | John Ericson | 2020-11-28 | 3 | -0/+145 |
| |\ |
|
| | * | haskell: Add documentationTarball to lib | Joe Hermaszewski | 2020-11-13 | 2 | -0/+18 |
| | * | Recover the complicated situation after my bad merge•••I made a mistake merge. Reverting it in c778945806b undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.
I reconstructed the "desired" state of staging-next tree by:
- checking out the last commit of the problematic range: 4effe769e2b
- `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
merge commit and its revert from that range (while keeping
reapplication from 4effe769e2)
- merging the last unaffected staging-next commit (803ca85c209)
- fortunately no other commits have been pushed to staging-next yet
- applying a diff on staging-next to get it into that state
| Vladimír Čunát | 2020-10-26 | 2 | -0/+127 |
| | * | Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"•••I'm sorry; I didn't notice it contained staging commits.
This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing
changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
| Vladimír Čunát | 2020-10-25 | 2 | -127/+0 |
| | * | Merge branch 'staging-next' into staging | Jan Tojnar | 2020-10-11 | 2 | -0/+68 |
| | |\ |
|
| | * | | installShellFiles: Add test suite | Lily Ballard | 2020-10-08 | 2 | -0/+127 |
| * | | | fix whitespace | Aaron Janse | 2020-10-17 | 1 | -1/+1 |
| * | | | remove trailing period | Aaron Janse | 2020-10-17 | 1 | -1/+1 |
| * | | | add `meta` to rust-sysroot test | Aaron Janse | 2020-10-17 | 1 | -1/+6 |
| * | | | add test | Aaron Janse | 2020-10-17 | 2 | -0/+43 |
| | |/
|/| |
|
| * | | tests.texlive: init | Dmitry Kalinkin | 2020-10-06 | 2 | -0/+68 |
| |/ |
|
| * | tests.haskell-shellFor: get compiling again | (cdep)illabout | 2020-09-25 | 1 | -7/+16 |
| * | stdenv: make -nostdinc work as intended•••Right now we add glibc to search path also -nostdinc was provided,
which breaks projects providing their own gcc.
| Jörg Thalheim | 2020-07-23 | 3 | -0/+17 |
| * | Merge pull request #84032 from teto/fix_kernel_merge•••Fix kernel configuration merge | Florian Klink | 2020-05-22 | 1 | -31/+57 |
| |\ |
|
| | * | kernel: fix config generation•••Addresses https://github.com/NixOS/nixpkgs/issues/71803:
Kernel options are not merged as described, especially the "optional"
aspects. The error silences legitimate warnings.
| Matthieu Coudron | 2020-04-01 | 1 | -31/+57 |
| * | | pkg-config-wrapper: Init•••This fixes longstanding build issues
| John Ericson | 2020-05-16 | 1 | -0/+14 |
| * | | cross/tests: Use `crossPkgs.runCommand` so we have `strictDeps` | John Ericson | 2020-05-16 | 1 | -1/+1 |
| |/ |
|
| * | tests.nixos-functions: port test to python | worldofpeace | 2020-02-09 | 1 | -1/+1 |