From 891a5b387e767d72c1679dfb0bc6a07d7eb89267 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Jul 2024 17:18:09 +0200 Subject: [PATCH] Remove warning about nix-command --- src/nix/nix.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/nix/nix.md b/src/nix/nix.md index 2f59db3af..5ac00b940 100644 --- a/src/nix/nix.md +++ b/src/nix/nix.md @@ -48,11 +48,6 @@ manual](https://nixos.org/manual/nix/stable/). # 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*. 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 -> **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` These have the form *flakeref*[`#`*attrpath*], where *flakeref* is a