mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-10 13:54:14 +00:00
Make command output coherent with its text description.
Command 'nix-store -q --referrers `which hello`' should list two environments as described in the text: "Two environments were listed..." Add a second environment and a manifest to the command output (hashes were taken from the command output when trying to replay pill 3 steps on a local system).
This commit is contained in:
parent
f1acd7ed9f
commit
abb593509e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
$ nix-store -q --referrers `which hello`
|
$ nix-store -q --referrers `which hello`
|
||||||
/nix/store/58r35bqb4f3lxbnbabq718svq9i2pda3-hello-2.10
|
/nix/store/58r35bqb4f3lxbnbabq718svq9i2pda3-hello-2.10
|
||||||
/nix/store/fhvy2550cpmjgcjcx5rzz328i0kfv3z3-env-manifest.nix
|
/nix/store/fhvy2550cpmjgcjcx5rzz328i0kfv3z3-env-manifest.nix
|
||||||
|
/nix/store/yzdk0xvr0b8dcwhi2nns6d75k2ha5208-env-manifest.nix
|
||||||
/nix/store/mp987abm20c70pl8p31ljw1r5by4xwfw-user-environment
|
/nix/store/mp987abm20c70pl8p31ljw1r5by4xwfw-user-environment
|
||||||
|
/nix/store/ppr3qbq7fk2m2pa49i2z3i32cvfhsv7p-user-environment
|
||||||
|
|
Loading…
Reference in a new issue