mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add "nr" script
This commit is contained in:
parent
aa42b68ca5
commit
8d67b78f5b
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
whois
|
||||
zip
|
||||
|
||||
(writeShellScriptBin "nr" "nix repl '${pkgs.path}'")
|
||||
|
||||
(writeShellScriptBin "dirt" "while sleep 1; do grep '^Dirty:' /proc/meminfo ; done")
|
||||
|
||||
(writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
|
||||
|
|
Loading…
Reference in a new issue