add devShell
This commit is contained in:
parent
f5b69deee9
commit
3412ecb175
5 changed files with 14 additions and 3 deletions
|
|
@ -195,6 +195,14 @@
|
|||
inherit inputs;
|
||||
}
|
||||
);
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
typos
|
||||
just
|
||||
nvfetcher
|
||||
];
|
||||
};
|
||||
};
|
||||
flake =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue