Proper way to install deno on NixOS
I have just installed deno through:
curl -fsSL https://deno.land/install.sh | sh
But i am on nixos, what should be the proper way to install and run deno on NixOS?
1 Reply
Okay. i just releaized that there is a deno package on the nix repository, so i now installed deno via nixos channels and it works.