Restaure nix file

This commit is contained in:
Arnaud 2026-06-16 10:49:34 +04:00
parent e523c52aa4
commit 54d9d8c2db
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -4,6 +4,7 @@ let
tools = pkgs.callPackage ./tools.nix {};
nbsVersion = tools.findKeyValue "^[[:space:]]+NIMBLE_COMMIT='([a-f0-9]+)'.*$" ../vendor/nimbus-build-system/scripts/build_nim.sh;
nimVersion = tools.findKeyValue "^ +NimbleStableCommit = \"([a-f0-9]+)\".+" ../vendor/nimbus-build-system/vendor/Nim/koch.nim;
sourceFile = ../vendor/nimbus-build-system/vendor/Nim/koch.nim;
in pkgs.fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";