From 0438c57b957889259c49b0f63d7dd1b949806d37 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 6 Sep 2024 18:51:40 +0100 Subject: [PATCH] add missing semicolon :rolling_eyes: --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bdd80f1..0900cfc 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ disko = { url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; - } + }; }; outputs = { self, nixpkgs, stablepkgs, ... } @ inputs: