flake: provide npins in default devShell

This commit is contained in:
raf 2023-11-07 16:02:08 +03:00
parent f83b1e2125
commit e9ab8b3191
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -18,6 +18,7 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
devShells.default = with pkgs; mkShell {buildInputs = [npins];};
}; };
}; };
} }