- Jul 08, 2021
-
-
regnat authored
We need to support it for the “old” fetch* functions for backwards compatibility, but we don’t need it for fetchTree (as it’s a new function). Given that changing the `name` messes-up the content hashing, we can just forbid passing a custom `name` argument to it
- Jul 06, 2021
- Jul 03, 2021
-
-
Domen Kožar authored
Prefer to throw specific errors
-
- Jul 02, 2021
-
-
Eelco Dolstra authored
Respect TERM=dumb more consistently
-
Yestin L. Harrison authored
-
Eelco Dolstra authored
upload-release.pl: add aarch64-darwin
-
Domen Kožar authored
-
Yestin L. Harrison authored
-
- Jul 01, 2021
-
-
Pamplemousse authored
Signed-off-by:
Pamplemousse <xav.maso@gmail.com>
-
- Jun 30, 2021
-
-
Eelco Dolstra authored
develop: Discard the input{Overrides,Updates} when getting bash
-
Domen Kožar authored
Restrict jobs built on hydra
-
Matthew Bauer authored
This should resolve the failing build. See https://github.com/NixOS/nixpkgs/pull/128674 for a better fix.
-
Matthew Bauer authored
This is broken on aarch64-linux / x86_64-darwin, so might as well just disable it for now.
-
- Jun 29, 2021
-
-
Eelco Dolstra authored
Forward the experimental features to the nix repl subprocesses
-
regnat authored
Pass the current experimental features using `NIX_CONFIG` to the various Nix subprocesses that `nix repl` invokes. This is quite a hack, but having `nix repl` call Nix with a subprocess is a hack already, so I guess that’s fine.
-
Eelco Dolstra authored
Keep the `isFlake` attribute for overriden inputs
-
regnat authored
When overriding an input that isn’t a flake, mark the override as also not being a flake. Fix #3774
-
Eelco Dolstra authored
Fix gc crash
-
Domen Kožar authored
Add armv6l-linux & armv7l-linux as cross jobs
-
regnat authored
`nix develop` is getting bash from an (assumed existing) `nixpkgs` flake. However, when doing so, it reuses the `lockFlags` passed to the current flake, including the `--input-overrides` and `--input-update` which generally don’t make sense anymore at that point (and trigger a warning because of that) Clear these overrides before getting the nixpkgs flake to get rid of the warning.
-
- Jun 28, 2021
-
-
Domen Kožar authored
-
Matthew Bauer authored
-
Domen Kožar authored
flake.lock: Update
-
Domen Kožar authored
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/bb8a5e54845012ed1375ffd5f317d2fdf434b20e' -> 'github:NixOS/nixpkgs/f77036342e2b690c61c97202bf48f2ce13acc022'
-
Eelco Dolstra authored
man: fix formatting of nix3-profile-remove
-
Florian Franzen authored
-
Eelco Dolstra authored
Eventually delete the CA paths lock files
-
Eelco Dolstra authored
Make the CA tests actually test something
-
- Jun 26, 2021
-
-
Matthew Bauer authored
-
Matthew Bauer authored
-
- Jun 25, 2021
-
-
Matthew Bauer authored
-
Robert Hensing authored
-
Eelco Dolstra authored
Fixes error: cannot create symlink '/home/eelco/Dev/nix/tests/result'; already exists
-
- Jun 24, 2021
-
-
Robert Hensing authored
Fixes the problem where a stack pointer outside the original thread causes the collector to crash. It could be made more accurate by recording the stack pointer every time we switch to a coroutine. We can use this information to update our own coroutine stacks like normal data. When the stack pointer is on a thread, we can add a field to GC_thread "fallback_sp" to be used when the thread sp is outside the original thread range.
-
regnat authored
Mark the lockfiles as having to eventually be deleted so that they don’t stay laying around in the store at the end of the build Fix #4936
-
Eelco Dolstra authored
Make CA derivations compatible with recursive Nix
-