Skip to content
Snippets Groups Projects
Commit 68680bed authored by Florian Sesser's avatar Florian Sesser
Browse files

Fetch from GitHub, not GitLab

parent 55cf97b4
No related branches found
No related tags found
2 merge requests!228merge develop into production,!202Monitor MegaRAID on our storage nodes
Pipeline #1475 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
let let
repo-data = pkgs.lib.importJSON ./repo.json; repo-data = pkgs.lib.importJSON ./repo.json;
repo = pkgs.fetchFromGitLab (builtins.removeAttrs repo-data [ "branch" ]); repo = pkgs.fetchFromGitHub (builtins.removeAttrs repo-data [ "branch" ]);
in in
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment