simplify devenv
This commit is contained in:
parent
5d54309283
commit
b4f8fb6750
1 changed files with 2 additions and 7 deletions
|
@ -3,13 +3,8 @@
|
||||||
{
|
{
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
just
|
just
|
||||||
|
|
||||||
|
nixd
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://github.com/cachix/devenv/blob/main/src/modules/languages/nix.nix
|
|
||||||
# https://devenv.sh/supported-languages/nix
|
|
||||||
languages.nix = {
|
|
||||||
enable = true;
|
|
||||||
lsp.package = pkgs.nixd;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue