From dd9be869d287e2f8d2a22aceebee76e328bf759b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 2 Sep 2024 20:42:12 +0200 Subject: [PATCH] Remove unused `self` reference in `flake.nix` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c2235ef..eac3d8d 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ }; }; - outputs = { self, ... }@inputs: { + outputs = { ... }@inputs: { nixosConfigurations = { pinwheel = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux";