Use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
in
|
||||
{
|
||||
${system}.default = pkgs.mkShell {
|
||||
packages = [ pkgs.nixfmt-rfc-style ];
|
||||
packages = [ pkgs.nixfmt ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
home.packages = [
|
||||
pkgs.nixfmt-rfc-style
|
||||
pkgs.nixfmt
|
||||
pkgs.nix-tree
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user