diff --git a/noah-home.nix b/noah-home.nix index 75a5dbb..5762f36 100644 --- a/noah-home.nix +++ b/noah-home.nix @@ -79,6 +79,7 @@ ctags kotlin nodejs + yarn node2nix opam # Scala stuff @@ -130,6 +131,9 @@ python311Packages.python-lsp-server python311Packages.python-lsp-ruff + # JavaScript tools + unstable.typescript-language-server + # Certificate Management minica mkcert @@ -146,6 +150,7 @@ #unstable.spotify # Work related stuff solana-cli + google-cloud-sdk ]; nix = { diff --git a/scripts/nr b/scripts/nr index 52b76a5..9900ebb 100755 --- a/scripts/nr +++ b/scripts/nr @@ -3,4 +3,7 @@ flag e + flag x + -exec nix run 'nixpkgs#'^$* +pkg=$1 +shift + +exec nix run 'nixpkgs#'^$pkg -- $*