From cd8ed7719e82e53c7325abd7290bcb8d4da39c03 Mon Sep 17 00:00:00 2001 From: TECHNOFAB Date: Sat, 15 Feb 2025 17:41:10 +0000 Subject: [PATCH] fix: missing .url in nixlets flake --- nixlets/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixlets/flake.nix b/nixlets/flake.nix index cf9b715..6c09f33 100644 --- a/nixlets/flake.nix +++ b/nixlets/flake.nix @@ -4,6 +4,6 @@ outputs = import ./.; inputs = { - nixlet-lib = "gitlab:technofab/nixlets?dir=lib"; + nixlet-lib.url = "gitlab:technofab/nixlets?dir=lib"; }; }