diff --git a/flake.nix b/flake.nix index 70c4b17..d687b5b 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,6 @@ devShells.${system}.default = pkgs.mkShell { packages = [ pkgs.sops ]; }; - formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style; + formatter.${system} = pkgs.nixfmt-rfc-style; }; } diff --git a/users/seb/@north.nix b/users/seb/@north.nix index 50333f8..7c007f3 100644 --- a/users/seb/@north.nix +++ b/users/seb/@north.nix @@ -1,9 +1,4 @@ -{ - pkgs, - lib, - wrappers, - ... -}: +{ pkgs, wrappers, ... }: { imports = [ ./default.nix ];