From fc635259e1bd3e22cbd9b60dc2802af609980232 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 8 Jan 2024 16:51:31 +0000 Subject: [PATCH] Fix flake --- systems/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/flake.nix b/systems/flake.nix index be8814d..eb6c218 100644 --- a/systems/flake.nix +++ b/systems/flake.nix @@ -6,7 +6,7 @@ disko = { url = github:nix-community/disko; inputs.nixpkgs.follows = "nixpkgs"; - } + }; }; outputs = { self, nixpkgs, disko, ... }@inputs: {