From a4be8302164788332a15b992cfc42cb06177e936 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Fri, 13 Oct 2023 17:23:08 +0100 Subject: [PATCH] fix: silly missing ; --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 58c6fa8..f446448 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ vscode-extensions = { url = "github:nix-community/nix-vscode-extensions"; inputs.nixpkgs.follows = "nixpkgs-unstable"; - } + }; }; outputs = { self, nixpkgs-stable, nixpkgs-unstable, fsh, home-manager-unstable, nixos-generators, vscode-extensions, ... }: