From 971937339fa1650339e14098f73a39052fb9d7f0 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 8 Sep 2024 14:10:10 -0500 Subject: [PATCH] this fixes uses of the LSP nix non-flake derivation via IFD in downstream third party derivations (#223) --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 87d1d29..09de991 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,5 @@ (import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") { - src = builtins.fetchGit ./.; + src = ./.; }) .defaultNix