move "nr" script

This commit is contained in:
Sean Buckley 2022-02-24 10:26:11 -05:00
parent de4de96e4b
commit 97b8badcb3
2 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,8 @@
(writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
(writeShellScriptBin "pip-install" "exec python -m ensurepip --user")
(writeScriptBin "zram-ratio" ''

View file

@ -29,8 +29,6 @@ with lib;
tdesktop
youtube-dl
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
(mpv-with-scripts.override { scripts = [ mpvScripts.mpris ]; })
(vscode-with-extensions.override {