From b1639e6d55be623bc21d286527e3d6cfb5cebafb Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 24 Dec 2024 17:39:21 +0300 Subject: [PATCH] fix: remote fetcher couldn't eval --- nixos/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/module.nix b/nixos/module.nix index d8ae42c..280b440 100644 --- a/nixos/module.nix +++ b/nixos/module.nix @@ -15,7 +15,7 @@ let fi URL="$1" - nix eval --file /etc/nixos/sp-fetch-remote-module.nix --raw --apply "f: f { flakeURL = \"$URL\"; }" | jq . + nix eval --file /etc/sp-fetch-remote-module.nix --raw --apply "f: f { flakeURL = \"$URL\"; }" | jq . ''; }; in