- Jul 07, 2021
-
-
Eelco Dolstra authored
-
- Jul 05, 2021
-
-
Eelco Dolstra authored
Fix devShell handling of env values including @ and %
-
Michael Fellinger authored
- 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
-
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
-
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
-