Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-08 | Merge pull request #4935 from alyssais/host_os | Eelco Dolstra | |
Apply OS checks to host platform, not build | |||
2021-07-08 | Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registry | Eelco Dolstra | |
flake.nixConfig: fix flake-registry config settings | |||
2021-07-07 | Add tests/dummy | Eelco Dolstra | |
2021-07-07 | tests/check.sh: Fix a race | Eelco Dolstra | |
Fixes this random failure: error: hash mismatch in fixed-output derivation '/tmp/nix-shell.EUgAVU/nix-test/tests/check/store/sfps3l3c5n7dabpx34kigxnfhmrwk2h6-dummy.drv': specified: sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= got: sha256-0qhPS4tlCTfsj3PNi+LHSt1akRumTfJ0WO2CKdqASiY= which happens because multiple tests were writing to ./dummy. | |||
2021-07-07 | Merge branch 'master' of github.com:NixOS/nix | Eelco Dolstra | |
2021-07-07 | Style tweaks | Eelco Dolstra | |
2021-07-07 | Merge branch 'balsoft/registry' of https://github.com/serokell/nix | Eelco Dolstra | |
2021-07-05 | Merge pull request #4986 from jkeifer/master | Eelco Dolstra | |
Fix wrong hash var for aarch64-darwin binary | |||
2021-07-05 | Merge pull request #4980 from Ma27/file-attr-completion | Eelco Dolstra | |
libcmd/installables: implement completion for Nix expressions passed via `-f` | |||
2021-07-05 | completeInstallable: also match for already typed prefixes | Maximilian Bosch | |
2021-07-05 | Fix wrong hash var for aarch64-darwin binary | Jarrett Keifer | |
2021-07-05 | Merge pull request #4978 from NixOS/scp-uris | Eelco Dolstra | |
Allow scp-style uris in `fetchgit` | |||
2021-07-05 | Merge pull request #4773 from alyssais/dl | Eelco Dolstra | |
doc: builtins: use a definition list | |||
2021-07-05 | Merge pull request #4873 from jtojnar/fish-completion | Eelco Dolstra | |
Add a fish completion script | |||
2021-07-05 | Merge pull request #4938 from tomcur/store-uri-parsing | Eelco Dolstra | |
Improve machine store URI parsing | |||
2021-07-05 | Merge branch 'disable_gc' of https://github.com/Pamplemousse/nix | Eelco Dolstra | |
2021-07-05 | Merge pull request #4983 from manveru/fix-devShell-env | Eelco Dolstra | |
Fix devShell handling of env values including @ and % | |||
2021-07-05 | Fix devShell handling of env values including @ and % | Michael Fellinger | |
2021-07-03 | libcmd/installables: implement completion for Nix expressions passed via `-f` | Maximilian Bosch | |
2021-07-03 | Merge pull request #4967 from Pamplemousse/specific_errors | Domen Kožar | |
Prefer to throw specific errors | |||
2021-07-02 | Allow scp-style uris in `fetchgit` | regnat | |
Fix #5303 | |||
2021-07-02 | Merge pull request #4971 from ylh/master | Eelco Dolstra | |
Respect TERM=dumb more consistently | |||
2021-07-02 | Add $NO_COLOR check to ANSI escape conditions | Yestin L. Harrison | |
2021-07-02 | Merge pull request #4974 from domenkozar/upload-release-aarch64-darwin | Eelco Dolstra | |
upload-release.pl: add aarch64-darwin | |||
2021-07-02 | Add tests for --registry and second arg for nix registry pin | Alexander Bantyev | |
2021-07-02 | upload-release.pl: add aarch64-darwin | Domen Kožar | |
2021-07-01 | Respect TERM=dumb more consistently | Yestin L. Harrison | |
2021-07-01 | Prefer to throw specific errors | Pamplemousse | |
Signed-off-by: Pamplemousse <xav.maso@gmail.com> | |||
2021-07-01 | fixup! flake.nixConfig: fix flake-registry config settings | Alexander Bantyev | |
2021-07-01 | flake.nixConfig: fix flake-registry config settings | Alexander Bantyev | |
Before this commit, nixConfig.flake-registry didn't have any real effect on the evaluation, since config was applied after inputs were evaluated. Change this behavior: apply the config in the beginning of flake::lockFile. | |||
2021-06-30 | nix registry pin: add a way to pin to a custom locked | Alexander Bantyev | |
2021-06-30 | nix registry: add --registry flag | Alexander Bantyev | |
2021-06-30 | Allow to compile after `./configure --enable-gc=no` | Pamplemousse | |
Signed-off-by: Pamplemousse <xav.maso@gmail.com> | |||
2021-06-30 | Merge pull request #4958 from NixOS/nix-develop-remove-override-input-warning | Eelco Dolstra | |
develop: Discard the input{Overrides,Updates} when getting bash | |||
2021-06-30 | Merge pull request #4963 from matthewbauer/cross-fix | Domen Kožar | |
Restrict jobs built on hydra | |||
2021-06-29 | Disable -pie on static nix | Matthew Bauer | |
This should resolve the failing build. See https://github.com/NixOS/nixpkgs/pull/128674 for a better fix. | |||
2021-06-29 | Only cross compile from x86_64-linux | Matthew Bauer | |
This is broken on aarch64-linux / x86_64-darwin, so might as well just disable it for now. | |||
2021-06-29 | Merge pull request #4960 from NixOS/nix-repl-experimental-features | Eelco Dolstra | |
Forward the experimental features to the nix repl subprocesses | |||
2021-06-29 | Forward the experimental features to the nix repl subprocesses | regnat | |
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. | |||
2021-06-29 | Merge pull request #4959 from NixOS/override-non-flake-inputs | Eelco Dolstra | |
Keep the `isFlake` attribute for overriden inputs | |||
2021-06-29 | Keep the `isFlake` attribute for overriden inputs | regnat | |
When overriding an input that isn’t a flake, mark the override as also not being a flake. Fix #3774 | |||
2021-06-29 | Merge pull request #4944 from hercules-ci/fix-gc-crash | Eelco Dolstra | |
Fix gc crash | |||
2021-06-29 | Merge pull request #2667 from matthewbauer/cross-jobs | Domen Kožar | |
Add armv6l-linux & armv7l-linux as cross jobs | |||
2021-06-29 | develop: Discard the input{Overrides,Updates} when getting bash | regnat | |
`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. | |||
2021-06-28 | github actions: simplify getting the system logic | Domen Kožar | |
2021-06-28 | Support binaryTarballCross in gha | Matthew Bauer | |
2021-06-28 | Merge pull request #4954 from domenkozar/bump-nixpkgs | Domen Kožar | |
flake.lock: Update | |||
2021-06-28 | flake.lock: Update | Domen Kožar | |
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/bb8a5e54845012ed1375ffd5f317d2fdf434b20e' -> 'github:NixOS/nixpkgs/f77036342e2b690c61c97202bf48f2ce13acc022' | |||
2021-06-28 | Merge pull request #4952 from FlorianFranzen/patch-1 | Eelco Dolstra | |
man: fix formatting of nix3-profile-remove | |||
2021-06-28 | man: fix formatting of nix3-profile-remove | Florian Franzen | |