add devShell

This commit is contained in:
ulic-youthlic 2025-05-03 10:05:28 +08:00
parent f5b69deee9
commit 3412ecb175
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 14 additions and 3 deletions

View file

@ -195,6 +195,14 @@
inherit inputs;
}
);
devShells.default = pkgs.mkShell {
packages = with pkgs; [
nixd
typos
just
nvfetcher
];
};
};
flake =
{