6 lines
109 B
Bash
6 lines
109 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
nix-env -i -f "https://github.com/nix-community/rnix-lsp/archive/master.tar.gz"
|