mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
nix-env can read priorities from a derivations meta attributes, but this only works when installing a nix expression. nix-env can also install bare store paths, however meta attributes are not readable in that case. This means that a store path can not be installed with a specific priority. Some cases where it is advantageous to install a store path: a remote host following a `nix copy`, or any time you want to save some evaluation time and happen to already know the store path. This PR addresses this shortcoming by adding a --priority flag to nix-env --install. |
||
---|---|---|
.. | ||
rl-next | ||
source | ||
theme | ||
.version | ||
anchors.jq | ||
book.toml | ||
custom.css | ||
generate-builtins.nix | ||
generate-deps.py | ||
generate-manpage.nix | ||
generate-settings.nix | ||
generate-store-info.nix | ||
generate-store-types.nix | ||
generate-xp-features-shortlist.nix | ||
generate-xp-features.nix | ||
meson.build | ||
package.nix | ||
quote-literals.xsl | ||
redirects.js | ||
remove_before_wrapper.py | ||
render-manpage.sh | ||
substitute.py | ||
utils.nix |