From 73afff8799a17509f325515541dd85efba938465 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 28 May 2024 10:11:16 +0200 Subject: [PATCH] Small fixes --- flake.nix | 2 +- users/seb/@north.nix | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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 ];