nixfmt-classic removed
This commit is contained in:
parent
dc7bf53434
commit
2146eb0e51
@ -2,7 +2,6 @@
|
|||||||
options.my.dev.nix.enable = lib.mkEnableOption "enable";
|
options.my.dev.nix.enable = lib.mkEnableOption "enable";
|
||||||
config = lib.mkIf config.my.dev.nix.enable {
|
config = lib.mkIf config.my.dev.nix.enable {
|
||||||
users.users.jawz.packages = with pkgs; [
|
users.users.jawz.packages = with pkgs; [
|
||||||
nixfmt-classic # linting
|
|
||||||
nixfmt-rfc-style # linting
|
nixfmt-rfc-style # linting
|
||||||
cachix # why spend time compiling?
|
cachix # why spend time compiling?
|
||||||
nixd # language server
|
nixd # language server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user