From 0f50236eb375d6ad4df6b07fb59175cefbc6d877 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:37:52 +0200 Subject: [PATCH] fix: fix some stuff that was annoying nixd (what a bitch) --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b4f8c28..9b565c7 100644 --- a/flake.nix +++ b/flake.nix @@ -12,9 +12,9 @@ outputs = inputs@{ - self, nixpkgs, home-manager, + nix-vscode-extensions, ... }: let @@ -22,7 +22,7 @@ system: import nixpkgs { inherit system; - overlays = [ inputs.nix-vscode-extensions.overlays.default ]; + overlays = [ nix-vscode-extensions.overlays.default ]; config = { allowUnfree = true; };