From b6b022dd02df32cbfcb686ae20b019b636875dd3 Mon Sep 17 00:00:00 2001 From: Finn Date: Sat, 1 Jul 2023 13:49:11 +0200 Subject: [PATCH] Fixed Syntax --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dbdcd15..b4f6c2e 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; }; - outputs = inputs@{ self, flake-parts ... }: + outputs = inputs@{ self, flake-parts, ... }: flake-parts.lib.mkFlake { inherit inputs; } { imports = [