Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-16 | release.nix: Remove vendoredCrates | Eelco Dolstra | |
2020-05-23 | fix hydra build products | Daiderd Jordan | |
Since the binary tarball was replaced none of the hydra builds include the manual. The dist phase isn't enabled by default the manual build products where not written. | |||
2020-05-21 | install: configure and bootstrap synthetic.conf on darwin | Daiderd Jordan | |
Starting macOS 10.15 /nix can't be creasted directly anymore due to the readonly filesystem, but synthetic.conf was introduced to enable creating mountpoints or symlinks for special usecases like package managers. | |||
2020-05-01 | Fix coverage job | Eelco Dolstra | |
(cherry picked from commit bc5d4843a916dc4f99516e187a63108e8006f81f) | |||
2020-04-03 | Publish a tarball containing the crates we depend on | Eelco Dolstra | |
This is needed since we no longer produce a source tarball. (cherry picked from commit bf70a047a0b2da606f65a88f13ce2994065cd9c4) | |||
2020-03-13 | Remove the 'release' job | Eelco Dolstra | |
Unless the 'tested' job in the Nixpkgs/NixOS jobsets, this job isn't actually used for anything (e.g. we don't update a channel based on whether 'release' succeeds). | |||
2020-03-13 | Remove the tarball job | Eelco Dolstra | |
Source tarballs are not very useful anymore. People who want to build from source can also just build from the Git repository. Once upon a time, the source tarball also saved users from needing a few dependencies (e.g. bison and flex) but those are dwarfed by the other dependencies, so it's no longer worth it. Note: the release script should be updated to copy the vendoredCrates tarball. | |||
2020-03-13 | Fix macOS | Eelco Dolstra | |
2020-03-13 | Add CI with github actions | Domen Kožar | |
2020-02-19 | Use Nixpkgs 20.03 | Eelco Dolstra | |
2020-02-19 | Add dev output | Eelco Dolstra | |
Necessary since we're now propagating boehm-gc. | |||
2020-02-18 | Build with large config Boehm GC | Eelco Dolstra | |
2020-02-18 | Enable debug symbols | Eelco Dolstra | |
2020-01-13 | Test PRECOMPILE_HEADERS=0 | Eelco Dolstra | |
2020-01-13 | Fix Nixpkgs dependency | Eelco Dolstra | |
2019-12-19 | Cleanup: Remove unused makeDeb/makeRPM functions | Eelco Dolstra | |
2019-11-26 | Reduce the size of the vendor directory by removing some winapi cruft | Eelco Dolstra | |
2019-11-26 | Include cargo dependencies in the Nix tarball | Eelco Dolstra | |
2019-11-07 | Fix installerScript job | Eelco Dolstra | |
https://hydra.nixos.org/build/105961653 | |||
2019-11-07 | Use upstream nlohmann_json | Eelco Dolstra | |
2019-11-07 | Disable the evalNixOS test | Eelco Dolstra | |
It also OOMs. https://hydra.nixos.org/build/105942679 | |||
2019-11-06 | Disable the evalNixpkgs test | Eelco Dolstra | |
It constantly OOMs. https://hydra.nixos.org/build/105784912 | |||
2019-11-06 | Fix binaryTarball test | Eelco Dolstra | |
2019-11-06 | Make --enable-gc the default | Eelco Dolstra | |
2019-11-05 | Disable shellcheck | Eelco Dolstra | |
It's broken at the moment: https://hydra.nixos.org/build/105746055 Also it pulls in GHC which is a pretty big dependency. | |||
2019-10-25 | Switch to nixpkgs 19.09 | John Ericson | |
2019-08-28 | Fix macOS build | Eelco Dolstra | |
https://hydra.nixos.org/build/99500938 | |||
2019-08-27 | Update the libboost hack | Eelco Dolstra | |
This cuts about 46 MiB from the closure. | |||
2019-08-27 | Compress binary tarballs using xz | Eelco Dolstra | |
Fixes https://github.com/NixOS/nix/issues/240. Apparently 'tar -xf' can decompress xz files on macOS nowadays. | |||
2019-05-17 | fetchGit -> fetchTarball | Eelco Dolstra | |
(cherry picked from commit cbfdea685764bf66443a999e672656c54289b8c9) | |||
2019-04-01 | Use Nixpkgs 19.03 | Eelco Dolstra | |
2019-03-25 | version -> .version, avoid conflict with C++20 <version> | Will Dietz | |
2019-02-22 | remove noop uses of nix-store --init | zimbatm | |
the nix-store --init command is a noop apparently | |||
2019-01-11 | install: Use base-16 hashes | Eelco Dolstra | |
Issue #2623. | |||
2018-09-26 | bump base nixpkgs used by default 18.03 -> 18.09 | Will Dietz | |
2018-08-30 | nix upgrade-nix: Handle .nix-profile being a link to .../profiles/per-user/... | Eelco Dolstra | |
Also some cosmetic improvements. | |||
2018-08-30 | Add simple test for nix upgrade-nix | Eelco Dolstra | |
2018-08-30 | Remove boost from the closure | Eelco Dolstra | |
This reduces the size of the closure by 45 MiB. | |||
2018-08-22 | Merge pull request #2368 from dezgeg/drop-dead-code | Eelco Dolstra | |
Drop dead code | |||
2018-08-21 | Disable the Ubuntu 17.10 build | Eelco Dolstra | |
Ubuntu 17.10 doesn't have libbrotli. https://hydra.nixos.org/build/79867741 | |||
2018-08-20 | Drop all references to NIX_INDENT_MAKE | Tuomas Tynkkynen | |
Dead code since https://github.com/NixOS/nixpkgs/commit/6669a3b47711dc967df0ea8ff93fa9857aad015d | |||
2018-08-20 | Drop all references to --disable-init-state | Tuomas Tynkkynen | |
It's all dead code since 2014 (commit 0c6d62cf27b3b2). | |||
2018-07-31 | Disable rpm_fedora27x86_64 | Eelco Dolstra | |
Fedora 27 provides an incompatible version of Boost (1.64.0). | |||
2018-07-31 | Fix RPM build | Eelco Dolstra | |
https://hydra.nixos.org/build/73991153 | |||
2018-05-30 | release.nix: Generate the installer script | Eelco Dolstra | |
2018-04-19 | Fix tests.evalNixOS | Eelco Dolstra | |
This failed because NixOS' release.nix calls builtins.fetchGit. | |||
2018-04-11 | Remove non-existant fedora27i386 | Eelco Dolstra | |
2018-04-07 | release.nix: Use $sourceRoot instead of hardcoded source directory | Bogdan Seniuc | |
2018-03-29 | Expand the multi-user installer to support Linuxes with systemd | Graham Christensen | |
- darwin installer: delete hardware report, not necessary - moves os-specific code from the darwin installer to to `poly_*` functions - adds profile.d support to the profile targets, which automatically handles many distros which don't have a /etc/bashrc but do have an /etc/profile.d - /bin/bash -> /usr/bin/env bash - document why each excluded shellcheck check is excluded - rename the multi-user to Daemon-based | |||
2018-03-26 | release.nix: Use pkgs.closureInfo for binaryTarball | Tuomas Tynkkynen | |
pathsFromGraph is legacy since Nix 2.0. |