Age | Commit message (Collapse) | Author |
|
add real path to allowedPaths
|
|
nix-shell --pure: let variables for Wayland through
|
|
Apply some shellcheck suggestions
|
|
Fix build warnings on MacOS
|
|
|
|
We let DISPLAY (X11) through, so we should let the Wayland equivalents
through as well. Similarly, we let HOME through, so it should be okay
to allow XDG_RUNTIME_DIR (which is needed for connecting to Wayland
with WAYLAND_DISPLAY) through as well. Otherwise graphical
applications will either fall back to X11 (if they support it), or
just not work (if they don't).
|
|
|
|
|
|
|
|
curl usage in install script in sync with instructions
|
|
Remove nix-reduce-build and nix-http-export
|
|
This change makes the script consistent with the installation
instructions while keeping wget as an alternative.
|
|
Fix testing the other daemon
|
|
The eventual PATH entry needs the `.../bin` or we will not use the right
daemon.
|
|
These scripts are not installed and haven't been updated in many
years.
|
|
doc: Fix escape for operator "logical or"
|
|
See https://matrix.to/#/!KqkRjyTEzAGRiZFBYT:nixos.org/$hhMb6AdRIXfRkv_LsNsiQJuch7AQ_b6szr4tfawFy-4
|
|
doc: De-emphasize nix-env without -A
|
|
|
|
|
|
NixOS/dependabot/github_actions/cachix/install-nix-action-15
Bump cachix/install-nix-action from 14.1 to 15
|
|
NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.7
Bump zeebe-io/backport-action from 0.0.5 to 0.0.7
|
|
Fix detection of scp-style URIs to support non-standard SSH ports
|
|
|
|
https://github.com/fzakaria/nix
|
|
Fix :e in repl
|
|
Fix XDG_CONFIG_DIRS fallback
|
|
Parse '(f x) y' the same as 'f x y'
|
|
Closes https://github.com/NixOS/nix/issues/5487
Co-authored-by: Alexander Bantyev balsoft@balsoft.ru
|
|
Fix a stack buffer overflow found by running MemorySanitizer.
|
|
The manual uses `nix-env -i` without `-A` prominently, teaching a bad practice to newcomers.
|
|
According to XDG Base Directory Specification,
it should fall back to /etc/xdg when the env var is not present.
|
|
|
|
Make docker.nix match Nixpkgs's idioms
|
|
(cherry picked from commit 5253cb4b68ad248f37b27849c0ebf3614e4f2777)
|
|
|
|
Call functors with both arguments at once
|
|
This is not really useful on its own, but it does recover the
'infinite recursion' error message for '{ __functor = x: x; } 1', and
is more efficient in conjunction with #3718.
Fixes #5515.
|
|
Don't hang when calling an attrset
|
|
Fixes #5565.
|
|
1. `target` is the wrong name, that is just for compilers per out
standard terminology. We just need to worry about "build" and "host".
2. We only need one `pkgs`. `pkgs.buildPackages` is how we get anything
we need at build time.
3. `crossSystem` is the name of a nixpkgs parameter that is actually an
attribute set, not a 2-part "cpu-os" string.
3. `pkgsCross` effectively evaluates Nixpkgs twice, which is
inefficient. It is just there for people poking around the CLI / REPL
(and I am skeptical even that is a good idea), and *not* what written
code should use, especially code that is merely parametric in the package set
it is given.
4. We don't need to memoize Nixpkgs here because we are only doing one
pkg set at a time (no `genAttrs`) so it's better to just delete all this
stuff. `flake.nix` instead would do something like that, with
`genAttrs` (though without `pkgsCross`), if and when we have hydra jobs
for cross builds.
|
|
This prevents Nix from barfing when run in a container where it
doesn't have the appropriate privileges.
|
|
|
|
git: extend cache dir lock over all mutating operations
|
|
async realisation substitution
|
|
libfetchers: set free gitlab headers
|
|
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.5 to 0.0.7.
- [Release notes](https://github.com/zeebe-io/backport-action/releases)
- [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.5...v0.0.7)
---
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>
|
|
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14.1 to 15.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v14.1...v15)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|