- Jul 07, 2021
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Jul 05, 2021
-
-
Eelco Dolstra authored
Fix wrong hash var for aarch64-darwin binary
-
Eelco Dolstra authored
libcmd/installables: implement completion for Nix expressions passed via `-f`
-
Maximilian Bosch authored
-
Jarrett Keifer authored
-
Eelco Dolstra authored
Allow scp-style uris in `fetchgit`
-
Eelco Dolstra authored
doc: builtins: use a definition list
-
Eelco Dolstra authored
Add a fish completion script
-
Eelco Dolstra authored
Improve machine store URI parsing
-
Eelco Dolstra authored
Fix devShell handling of env values including @ and %
-
Michael Fellinger authored
-
- Jul 03, 2021
-
-
Maximilian Bosch authored
-
Domen Kožar authored
Prefer to throw specific errors
-
- Jul 02, 2021
-
-
regnat authored
Fix #5303
-
Eelco Dolstra authored
Respect TERM=dumb more consistently
-
Yestin L. Harrison authored
-
Eelco Dolstra authored
upload-release.pl: add aarch64-darwin
-
Alexander Bantyev authored
-
Domen Kožar authored
-
Yestin L. Harrison authored
-
- Jul 01, 2021
-
-
Pamplemousse authored
Signed-off-by:
Pamplemousse <xav.maso@gmail.com>
-
- Jun 30, 2021
-
-
Alexander Bantyev authored
-
Alexander Bantyev authored
-
Pamplemousse authored
Signed-off-by:
Pamplemousse <xav.maso@gmail.com>
-
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
-