mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add alias "nix-what-depends-on"
This commit is contained in:
parent
2829917f1f
commit
23e1452157
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
alias hd='hexdump -C'
|
alias hd='hexdump -C'
|
||||||
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
alias catc='${pkgs.vimpager-latest}/bin/vimpager --force-passthrough'
|
||||||
alias nix-env="echo nix-env is disabled #"
|
alias nix-env="echo nix-env is disabled #"
|
||||||
|
alias nix-what-depends-on='nix-store --query --referrers'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
Loading…
Reference in a new issue