зеркало из
https://github.com/iharh/notes.git
synced 2025-11-04 15:46:08 +02:00
33 строки
711 B
Plaintext
33 строки
711 B
Plaintext
https://nixos.org/guides/nix-pills/enter-environment.html#idm140737320692704
|
|
|
|
nix-store
|
|
-q --references `which hello`
|
|
print runtime dependencies
|
|
-q --referrers `which hello`
|
|
print reverse dependencies
|
|
|
|
-q --tree
|
|
~/.nix-profile
|
|
tree (recursive) dependencies for all the stuff in the current user environments
|
|
/run/current-system
|
|
...
|
|
|
|
-q --roots
|
|
???
|
|
|
|
-qR ... ...
|
|
reverse dependency
|
|
|
|
--export
|
|
?
|
|
|
|
--verify
|
|
--check-contents
|
|
--repair
|
|
|
|
-r, --realize /nix/store/z3hhlxbckx4g3n9sw91nnvlkjvyw754p-myname.drv
|
|
realize a derivation
|
|
|
|
--gc --print-roots
|
|
collect garbage and print roots
|