Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fa0e9f591f - Show all commits

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
name = "fwi";
src = builtins.fetchGit {
url = "https://gitlab.com/srodrb/BSC-FWI.git";
url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git";
ref = "${gitBranch}";
};

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "fwi-input";
src = builtins.fetchGit {
url = "https://gitlab.com/srodrb/BSC-FWI.git";
url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git";
ref = "garlic/seq";
};