Fix link in flake.nix

This commit is contained in:
2026-04-11 13:13:32 +00:00
parent ca6342eca6
commit 673829c303

View File

@@ -12,7 +12,7 @@
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
fetchAscendToolkit = pkgs.fetchurl { fetchAscendToolkit = pkgs.fetchurl {
url = " https://git.amadey.xyz/api/packages/mozart/generic/ascend-toolkit/8.5.0/ascend-toolkit-8.5.0-310p-full.tar.gz"; url = "https://git.amadey.xyz/api/packages/mozart/generic/ascend-toolkit/8.5.0/ascend-toolkit-8.5.0-310p-full.tar.gz";
sha256 = "sha256-VqC+bG0k4eZDuQkTkPKgCvigUQM8QJU6ByVvj77sk+Q="; sha256 = "sha256-VqC+bG0k4eZDuQkTkPKgCvigUQM8QJU6ByVvj77sk+Q=";
}; };