Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-18 | flake.lock: Update | Eelco Dolstra | |
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/3a10a004bb5802d5f23c58886722e4239705e733' -> 'github:NixOS/nixpkgs/ad0d20345219790533ebe06571f82ed6b034db31' | |||
2020-10-18 | Add some missing clean-files | Eelco Dolstra | |
2020-10-18 | Update .gitignore | Eelco Dolstra | |
2020-10-18 | Merge pull request #4143 from obsidiansystems/typed-goal-maps | Eelco Dolstra | |
Properly type the derivation and substitution goal maps | |||
2020-10-18 | Merge pull request #4157 from SFrijters/doc-nix-shell-pure-bashrc | Eelco Dolstra | |
doc: nix-shell in pure mode does *not* source user bashrc | |||
2020-10-18 | Merge pull request #4158 from hercules-ci/issue-3964-substitution-loop | Eelco Dolstra | |
Fix substitution loop #3964, #3534 | |||
2020-10-18 | DerivationGoal: only retry if output closure incomplete is only problem | Robert Hensing | |
2020-10-18 | Tests for #3964 | Robert Hensing | |
2020-10-18 | Typo | Robert Hensing | |
2020-10-18 | doc: nix-shell in pure mode does *not* source user bashrc | Stefan Frijters | |
2020-10-17 | Explain that `upcast_goal` is still a static cast | John Ericson | |
2020-10-17 | Just use `auto` in two places. | John Ericson | |
2020-10-17 | tab -> space | John Ericson | |
2020-10-17 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-17 | Merge pull request #4156 from aszlig/vm-test-python | Eelco Dolstra | |
Convert VM tests to Python | |||
2020-10-17 | tests: Add names to VM tests | aszlig | |
Having vm-test-run-unnamed for all the test derivation doesn't look very nice, so in order to better distinguish them from their store path, let's actually give them proper names. Signed-off-by: aszlig <aszlig@nix.build> | |||
2020-10-17 | Convert VM tests to Python | aszlig | |
Perl-based tests are deprecated since NixOS 20.03 and subsequently got removed in NixOS 20.09, which effectively means that tests are going to fail as soon as we build it with NixOS 20.09 or anything newer. I've put "# fmt: off" at the start of every testScript, because formatting with Black really messes up indentation and I don't think it really adds anything in value or readability for inlined Python scripts. Signed-off-by: aszlig <aszlig@nix.build> | |||
2020-10-17 | Merge branch 'fix-and-ci-static-builds' of ↵ | Eelco Dolstra | |
https://github.com/obsidiansystems/nix into master | |||
2020-10-16 | Merge pull request #4151 from obsidiansystems/bump-nixpkgs | Eelco Dolstra | |
Bump Nixpkgs to hopefully fix linkrot | |||
2020-10-16 | Merge remote-tracking branch 'obsidian/bump-nixpkgs' into ↵ | John Ericson | |
fix-and-ci-static-builds | |||
2020-10-15 | Bump Nixpkgs to hopefully fix linkrot | John Ericson | |
2020-10-15 | Make a better -lz hack | John Ericson | |
Per the comments, the underlying issue is https://github.com/libarchive/libarchive/issues/1446, knowing this allows the hack to be much more targetted. | |||
2020-10-15 | Add missing include for MAX_PATH | John Ericson | |
And remove one that we didn't actually need to add | |||
2020-10-15 | Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds | John Ericson | |
2020-10-15 | `build-static` -> `buildStatic` in Nix's flake | John Ericson | |
2020-10-14 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-14 | Create /etc/passwd *after* figuring out the sandbox uid/gid | Eelco Dolstra | |
Fixes build failures like # nix log /nix/store/gjaa0psfcmqvw7ivggsncx9w364p3s8s-sshd.conf-validated.drv No user exists for uid 30012 | |||
2020-10-13 | Add some more docs | John Ericson | |
2020-10-13 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-13 | Merge branch 'split_build_cc' of https://github.com/obsidiansystems/nix | Eelco Dolstra | |
2020-10-13 | Merge pull request #4141 from volth/patch-11 | Eelco Dolstra | |
Handle amount of disk space saved by hard linking being negative | |||
2020-10-12 | Merge remote-tracking branch 'obsidian/split_build_cc' into typed-goal-maps | John Ericson | |
2020-10-12 | Merge remote-tracking branch 'upstream/master' into split_build_cc | John Ericson | |
2020-10-12 | Merge branches 'split_build_hh-0', 'split_build_hh-1', 'split_build_hh-2', ↵ | John Ericson | |
'split_build_hh-3' and 'split_build_hh-4' into split_build_cc | |||
2020-10-12 | Trim worker.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (worker.hh) | John Ericson | |
2020-10-12 | Trim substitution-goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (substitution-goal.hh) | John Ericson | |
2020-10-12 | Trim hook-instance.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (hook-instance.hh) | John Ericson | |
2020-10-12 | Trim goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (goal.hh) | John Ericson | |
2020-10-12 | Trim derivation-goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (derivation-goal.hh) | John Ericson | |
2020-10-12 | Change .cc files to use split build headers | John Ericson | |
2020-10-12 | Prepare for build/*.hh headers | John Ericson | |
2020-10-12 | Handle amount of disk space saved by hard linking being negative | volth | |
Fixes bogus messages like "currently hard linking saves 17592186044416.00 MiB". | |||
2020-10-12 | Merge pull request #4136 from obsidiansystems/split-uds-remote-store | Eelco Dolstra | |
Split out uds-remote-store.{cc.hh} | |||
2020-10-11 | Split out uds-remote-store.{cc.hh} | John Ericson | |
2020-10-11 | Copy {uds-,}remote-store.{cc,hh} | John Ericson | |
This prepares for the splitting that happens in the next commit. |