mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
parent
c7c5d370e0
commit
abb1c829c8
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
||||||
(The store always had to check whether it trusts the client, but now the client is informed of the store's decision.)
|
(The store always had to check whether it trusts the client, but now the client is informed of the store's decision.)
|
||||||
This is useful for scripting interactions with (non-legacy-ssh) remote Nix stores.
|
This is useful for scripting interactions with (non-legacy-ssh) remote Nix stores.
|
||||||
|
|
||||||
`nix store info` and `nix doctor` now display this information.
|
`nix store ping` and `nix doctor` now display this information.
|
||||||
|
|
||||||
* The new command `nix derivation add` allows adding derivations to the store without involving the Nix language.
|
* The new command `nix derivation add` allows adding derivations to the store without involving the Nix language.
|
||||||
It exists to round out our collection of basic utility/plumbing commands, and allow for a low barrier-to-entry way of experimenting with alternative front-ends to the Nix Store.
|
It exists to round out our collection of basic utility/plumbing commands, and allow for a low barrier-to-entry way of experimenting with alternative front-ends to the Nix Store.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
[repository](https://github.com/NixOS/bundlers) has various bundlers
|
[repository](https://github.com/NixOS/bundlers) has various bundlers
|
||||||
implemented.
|
implemented.
|
||||||
|
|
||||||
* `nix store info` now reports the version of the remote Nix daemon.
|
* `nix store ping` now reports the version of the remote Nix daemon.
|
||||||
|
|
||||||
* `nix flake {init,new}` now display information about which files have been
|
* `nix flake {init,new}` now display information about which files have been
|
||||||
created.
|
created.
|
||||||
|
|
Loading…
Reference in a new issue