Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-24 | configure.ac: don't run sandbox-shell test when cross compiling | Yorick van Pelt | |
2022-05-24 | configure.ac: check for sandbox-shell's FEATURE_SH_STANDALONE | Yorick van Pelt | |
See also: https://bugs.archlinux.org/task/73998. Busybox's FEATURE_SH_STANDALONE feature causes other busybox applets to leak into the sandbox, where system() calls will start preferring them over tools in $PATH. On arch, this even includes `ar`. Let's check for this evil feature and disallow using this as a sandbox shell. | |||
2022-05-24 | libfetchers: drop `getGitDir` and hardcode `.git` | Maximilian Bosch | |
As discussed[1] this is most likely not desirable. [1] https://github.com/NixOS/nix/pull/6440#issuecomment-1120876248 | |||
2022-05-23 | Bump zeebe-io/backport-action from 0.0.7 to 0.0.8 | dependabot[bot] | |
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-05-23 | Merge pull request #6490 from abathur/fix_macos_install_vim_again | Domen Kožar | |
darwin-install: fix break from bad vimrc | |||
2022-05-23 | comment | Ben Burdette | |
2022-05-23 | Merge pull request #6560 from ncfavier/patch-1 | Théophane Hufschmitt | |
typo: defaultApps → defaultApp | |||
2022-05-23 | Merge pull request #6532 from flox/show_warning | Théophane Hufschmitt | |
fix: alignment during flake show of legacyPackages | |||
2022-05-22 | remove redundant 'debugMode' flag | Ben Burdette | |
2022-05-22 | comments | Ben Burdette | |
2022-05-22 | change state derefs | Ben Burdette | |
2022-05-22 | changning repl to use EvalState& instead of ref | Ben Burdette | |
2022-05-21 | typo: defaultApps → defaultApp | Naïm Camille Favier | |
2022-05-20 | remove special tryEval behavior | Ben Burdette | |
2022-05-20 | debugRepl ftn pointer | Ben Burdette | |
2022-05-19 | 'debugMode' | Ben Burdette | |
2022-05-19 | Merge pull request #6553 from Artturin/raisefilelimit | Eelco Dolstra | |
nix-daemon.service: sync LimitNOFILE with the nixos service | |||
2022-05-19 | de-const evalState exceptions | Ben Burdette | |
2022-05-19 | nix-daemon.service: sync LimitNOFILE with the nixos service | Artturin | |
https://github.com/NixOS/nixpkgs/blob/5628480acda2985cc334d0c5ec85512858ed60f9/nixos/modules/services/misc/nix-daemon.nix#L737 Closes https://github.com/NixOS/nix/issues/6007 | |||
2022-05-19 | Merge branch 'debug-exploratory-PR' into debuggerHook-eval-arg | Ben Burdette | |
2022-05-19 | use an expr->StaticEnv table in evalState | Ben Burdette | |
2022-05-19 | fetchTree: Allow fetching plain files | Tony Olagbaiye | |
Add a new `file` fetcher type, which will fetch a plain file over http(s), or from the local file. Because plain `http(s)://` or `file://` urls can already correspond to `tarball` inputs (if the path ends-up with a know archive extension), the URL parsing logic is a bit convuluted in that: - {http,https,file}:// urls will be interpreted as either a tarball or a file input, depending on the extensions of the path part (so `https://foo.com/bar` will be a `file` input and `https://foo.com/bar.tar.gz` as a `tarball` input) - `file+{something}://` urls will be interpreted as `file` urls (with the `file+` part removed) - `tarball+{something}://` urls will be interpreted as `tarball` urls (with the `tarball+` part removed) Fix #3785 Co-Authored-By: Tony Olagbaiye <me@fron.io> | |||
2022-05-18 | Merge pull request #6544 from ncfavier/getFlake-no-write-lock-file | Théophane Hufschmitt | |
Do not attempt to write a lock file in builtins.getFlake | |||
2022-05-18 | Do not attempt to write a lock file in builtins.getFlake | Naïm Favier | |
Fixes https://github.com/NixOS/nix/issues/6541 | |||
2022-05-18 | Merge pull request #6543 from herberteuler/master | Eelco Dolstra | |
primop_match: fix example letter case in document | |||
2022-05-18 | primop_match: fix example letter case in document | zhujun | |
2022-05-16 | flake: use github: reference to nixpkgs | Cole Helbling | |
This allows flakes that don't override the Nixpkgs input and also have a different flake registry. | |||
2022-05-16 | first whack at passing evalState as an arg to debuggerHook. | Ben Burdette | |
2022-05-16 | Merge pull request #6522 from elikoga/master | Théophane Hufschmitt | |
Add priority for nix profile install | |||
2022-05-16 | Make nix::eval_cache::int_t more idiomatic | Théophane Hufschmitt | |
Don’t explicitely give it a constructor, but use aggregate initialization instead (also prevents having an implicit coertion, which is probably good here) | |||
2022-05-16 | change priority conflict message | Eli Kogan-Wang | |
2022-05-16 | resolve redundant priority passing, wrap NixInt in eval-cache variant | Eli Kogan-Wang | |
2022-05-16 | Merge pull request #6517 from NixOS/document-the-libexpr-tests | Eelco Dolstra | |
Expand the testing section of the hacking docs | |||
2022-05-16 | Add int to eval-cache, bump eval cache schema version | Eli Kogan-Wang | |
2022-05-16 | Merge branch 'NixOS:master' into master | elikoga | |
2022-05-15 | fix thunk issue | Ben Burdette | |
2022-05-15 | remove extra argument | Ben Burdette | |
2022-05-13 | Integrate review changes | Eli Kogan-Wang | |
2022-05-13 | fix: alignment during flake show of legacyPackages | Tom Bereknyei | |
Fixes: https://github.com/NixOS/nix/issues/6240 https://github.com/NixOS/nix/issues/6045 | |||
2022-05-13 | Merge pull request #6525 from J-Swift/feature/bash-prefix | Eelco Dolstra | |
Add `bash-prompt-prefix` option | |||
2022-05-12 | remove debug code | Ben Burdette | |
2022-05-12 | remove debug code | Ben Burdette | |
2022-05-12 | Merge branch 'debugThrow' into debug-exploratory-PR | Ben Burdette | |
2022-05-12 | template-ize debugThrow | Ben Burdette | |
2022-05-12 | Don’t recommend writing unit tests | Théophane Hufschmitt | |
As asked in <https://github.com/NixOS/nix/pull/6517#discussion_r869416905> | |||
2022-05-12 | Merge branch 'fix-unrecognized-archive-format' of https://github.com/NobbZ/nix | Eelco Dolstra | |
2022-05-12 | fix GitHub URL template | Norbert Melzer | |
2022-05-11 | Merge pull request #6523 from ncfavier/stop-logger-legacy | Théophane Hufschmitt | |
Stop the logger properly in legacy commands | |||
2022-05-11 | Stop the logger properly in legacy commands | Naïm Favier | |
Ensures the logger is stopped on exit in legacy commands. Without this, when using `nix-build --log-format bar` and stopping nix with CTRL+C, the bar is not cleared from the screen. | |||
2022-05-11 | Add priority for nix profile install | Eli Kogan-Wang | |