diff --git a/user/common/template/Blank.nix b/user/common/template/DevShell.nix similarity index 87% rename from user/common/template/Blank.nix rename to user/common/template/DevShell.nix index 27cee5a..19d7e7a 100644 --- a/user/common/template/Blank.nix +++ b/user/common/template/DevShell.nix @@ -15,6 +15,7 @@ nativeBuildInputs = with pkgs; [ ]; buildInputs = with pkgs; [ ]; + LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}"; SOURCE_DATE_EPOCH = "${toString self.lastModified}"; }; };