mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
nix describe-stores: Remove
This command was intended for docs generation, but it was never used for that and we don't need it.
This commit is contained in:
parent
8d6d59cb1b
commit
7704118d28
4 changed files with 3 additions and 54 deletions
|
@ -1,8 +0,0 @@
|
|||
source common.sh
|
||||
|
||||
# Query an arbitrary value in `nix describe-stores --json`'s output just to
|
||||
# check that it has the right structure
|
||||
[[ $(nix --experimental-features 'nix-command flakes' describe-stores --json | jq '.["SSH Store"]["compress"]["defaultValue"]') == false ]]
|
||||
|
||||
# Ensure that the output of `nix describe-stores` isn't empty
|
||||
[[ -n $(nix --experimental-features 'nix-command flakes' describe-stores) ]]
|
|
@ -115,7 +115,6 @@ nix_tests = \
|
|||
db-migration.sh \
|
||||
bash-profile.sh \
|
||||
pass-as-file.sh \
|
||||
describe-stores.sh \
|
||||
nix-profile.sh \
|
||||
suggestions.sh \
|
||||
store-ping.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue