Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
refs/heads/archive-1
/
.
/
shell.nix
blob: a728c5a66b7b4b4f2d09e4ed779e6eaa9c7a2c11 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
rnix
-
lsp
];
}