mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
flake: provide npins in default devShell
This commit is contained in:
parent
f83b1e2125
commit
e9ab8b3191
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
perSystem = {pkgs, ...}: {
|
perSystem = {pkgs, ...}: {
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
devShells.default = with pkgs; mkShell {buildInputs = [npins];};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue