From ac3634a7625c1f15c0b107dc75c4d3601df4b860 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 20 Sep 2024 17:03:30 +0100 Subject: [PATCH] build: nix remove unused binding `self` this was causing linting warning --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index aaccfe5..4c73646 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,7 @@ }; outputs = - { self - , nixpkgs + { nixpkgs , gitignore , flake-utils , ...