From 1695af3d5e6ef397c1ecde1c2f67becf0b0d0304 Mon Sep 17 00:00:00 2001 From: b4mbus Date: Fri, 24 May 2024 16:40:47 +0200 Subject: [PATCH] ref: get rid of unnecessary destructured inputs in flake's perSystem --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 0cfa847..b07d6ab 100644 --- a/flake.nix +++ b/flake.nix @@ -16,12 +16,7 @@ ./nix/package ]; - perSystem = { - pkgs, - system, - lib, - ... - }: { + perSystem = {pkgs, ...}: { formatter = pkgs.alejandra; imports = [./nix/shell];