Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Merge pull request #6630 from edolstra/boost-dylib | Eelco Dolstra | |
Remove ${boost}/lib from the RPATH | |||
2022-06-08 | Remove ${boost}/lib from the RPATH | Eelco Dolstra | |
2022-06-08 | Merge pull request #6624 from NixOS/new-flake-style | Théophane Hufschmitt | |
flake.nix: Convert to new naming convention | |||
2022-06-07 | Convert to new flake style | Eelco Dolstra | |
https://github.com/NixOS/nix/issues/5532 | |||
2022-06-07 | Fix 22.05 eval warnings | Eelco Dolstra | |
2022-06-07 | Disable cross builds on platforms other than x86_64-linux | Eelco Dolstra | |
Needed because evaluation was broken on x86_64-darwin. | |||
2022-05-31 | flake: update to 22.05 | Cole Helbling | |
The static build works now :) | |||
2022-05-31 | Merge pull request #6537 from cole-h/update-flake | Eelco Dolstra | |
flake: use github: reference to nixpkgs | |||
2022-05-30 | Mark nix-perl as a Perl module | Eelco Dolstra | |
The call to perl.withPackages in nix-serve expects this. | |||
2022-05-30 | Set meta.platforms | Eelco Dolstra | |
'nix-serve' in nixpkgs expects the nix package to set this. | |||
2022-05-27 | Merge branch 'doc-redirects' of https://github.com/jtojnar/nix | Eelco Dolstra | |
2022-05-26 | doc: Port anchors preprocessor to jq script | Jan Tojnar | |
Python is only pulled into the build closure by Mercurial, which might end up being removed. Let’s port the script to jq, which is more likely to stay. | |||
2022-05-26 | Remove unused Perl dependency | Eelco Dolstra | |
2022-05-16 | flake: use github: reference to nixpkgs | Cole Helbling | |
This allows flakes that don't override the Nixpkgs input and also have a different flake registry. | |||
2022-04-28 | Add libcxxStdenv devshell | Eelco Dolstra | |
2022-02-23 | add sourcehut integration test | Gabriel Fontes | |
2022-02-11 | flake.nix: Fix indent | Eelco Dolstra | |
2022-01-26 | Use the `nix` command (and flakes) in the CI | regnat | |
Apart from a slight simplification and a bit of dogfooding, this also make the cache behavior more predictable. For example `nix build .` and `nix build nix/$(git rev-parse HEAD)` will yield the exact same path, while their “intuitive” non-flake equivalents (`nix-build` and `nix-build https://github.com/nixos/nix/archives/$(git rev-parse HEAD).tar.gz`) don’t. This was a pain for example in https://github.com/NixOS/nix/pull/5059 Also, the `bar-with-logs` log format is imho nicer (even in an non-interactive context) because prefixing each log line with the name of the derivation that produced it makes it much easier to follow what’s going on. | |||
2022-01-26 | Stop vendoring nlohmann_json | Eelco Dolstra | |
2022-01-25 | flake.nix: Fix indentation | Eelco Dolstra | |
2022-01-25 | Add regression / performance tests against a fixed revision of Nixpkgs | Eelco Dolstra | |
2022-01-21 | Merge remote-tracking branch 'origin/master' into ↵ | Rok Garbas | |
push-docker-image-to-docker-hub | |||
2022-01-15 | Remove the references to boost on darwin | regnat | |
2022-01-14 | Forbid runtime references to boost | regnat | |
We explicitly hack around to remove them, so might as well check that the hack is useful. (Introduced because I feared that the changes of https://github.com/NixOS/nix/pull/5906#discussion_r784810238 would bring back some runtime references) | |||
2022-01-11 | Push docker image (only x86_64-linux right now) to hub.docker.com | Rok Garbas | |
2021-12-22 | Make bash completion for 'nix' work in a devshell | Eelco Dolstra | |
2021-12-15 | pkgconfig -> pkg-config | Eelco Dolstra | |
2021-12-15 | Revert "update flake.nix to 21.11" | Eelco Dolstra | |
This reverts commit ad9322a48fce955fb30b111b0fb5c3b8007a6e2e because it breaks hydraJobs.buildStatic.* and the evaluation of some tests. | |||
2021-12-03 | update flake.nix to 21.11 | Jörg Thalheim | |
2021-11-26 | Add a matrix of stdenvs to the flake | regnat | |
For a (currently hardcoded and limited) list of stdenvs, make `.#$nix-${stdenvName}` correspond to a Nix built with the corresponding stdenv. For example, `.#nix-${clang11Stdenv}` is Nix built with clang11. Likewise, `devShells.x86_64-linux.clang11StdenvPackages` is a development shell for Nix with clang11, that can be used with ```shell nix develop .#clang11StdenvPackages ``` Fix #4129 /cc @pamplemousse | |||
2021-11-25 | flake.nix: Only have checks.*.dockerImage on supported systems | Eelco Dolstra | |
2021-11-24 | Add dockerImage to the checks | Rok Garbas | |
2021-11-24 | Don't copy, to reduce store size | Rok Garbas | |
2021-11-23 | Make docker image downloadable in Hydra UI | Rok Garbas | |
2021-11-22 | flake: Do not use aliases | Jan Tojnar | |
gmock is not available with `nixpkgs.config.allowAliases = false`. | |||
2021-11-11 | Docker image with Nix inside | Rok Garbas | |
2021-10-28 | Merge remote-tracking branch 'origin/master' into non-blocking-gc | Eelco Dolstra | |
2021-10-23 | Fix devShell build on non-NixOS with a different boost version | Benoit de Chezelles | |
2021-10-15 | Run installTests on Hydra | Eelco Dolstra | |
2021-10-07 | Adds a test for nss preload mechanism | Arthur Gautier | |
This tests for the fix implemented in #5224 Signed-off-by: Arthur Gautier <baloo@superbaloo.net> | |||
2021-10-06 | Make Mercurial optional for the flakes tests | Eelco Dolstra | |
2021-10-06 | Disable testing against nixUnstable on macOS | Eelco Dolstra | |
This is failing randomly at the moment which isn't very helpful. | |||
2021-10-05 | Compatibility | Eelco Dolstra | |
2021-10-05 | Revert "Shorten the test drv name" | Eelco Dolstra | |
This reverts commit 5ec873b127139ca90cc31967c25c9a34fb4cc3e4. | |||
2021-09-27 | Use separate lowdown | Eelco Dolstra | |
Overriding the lowdown in nixpkgs can break nixUnstable. | |||
2021-09-24 | Use latest lowdown | Eelco Dolstra | |
This improves list rendering (https://github.com/kristapsdz/lowdown/issues/73). | |||
2021-09-20 | flake: Use the real nixUnstable from nixpkgs | regnat | |
Don’t let it pick our overriden lowdown as that would cause it not to be cached in cache.nixos.org | |||
2021-09-14 | Merge pull request #5246 from edolstra/faster-check | Eelco Dolstra | |
Speed up 'nix flake check' | |||
2021-09-14 | flake.nix: Don't do cross builds in 'nix flake check' | Eelco Dolstra | |
'nix flake check' should be relatively fast, so it's not the best place to do cross-builds. We're already doing that in Hydra. | |||
2021-09-14 | nix-tests: Run 'make installcheck' in parallel | Eelco Dolstra | |