1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Remove warning about nix-command

This commit is contained in:
Eelco Dolstra 2024-07-10 17:18:09 +02:00
parent 98a6af2c97
commit 891a5b387e

View file

@ -48,11 +48,6 @@ manual](https://nixos.org/manual/nix/stable/).
# Installables # Installables
> **Warning** \
> Installables are part of the unstable
> [`nix-command` experimental feature](@docroot@/contributing/experimental-features.md#xp-feature-nix-command),
> and subject to change without notice.
Many `nix` subcommands operate on one or more *installables*. Many `nix` subcommands operate on one or more *installables*.
These are command line arguments that represent something that can be realised in the Nix store. These are command line arguments that represent something that can be realised in the Nix store.
@ -68,11 +63,6 @@ That is, Nix will operate on the default flake output attribute of the flake in
### Flake output attribute ### Flake output attribute
> **Warning** \
> Flake output attribute installables depend on the
> [`nix-command`](@docroot@/contributing/experimental-features.md#xp-feature-nix-command)
> experimental feature, and subject to change without notice.
Example: `nixpkgs#hello` Example: `nixpkgs#hello`
These have the form *flakeref*[`#`*attrpath*], where *flakeref* is a These have the form *flakeref*[`#`*attrpath*], where *flakeref* is a