diff --git a/flake.nix b/flake.nix index f4b62ae..6b8d3f9 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,9 @@ }; }; crowdsec = { - url = "https://codeberg.org/kampka/nix-flake-crowdsec/archive/main.zip"; + # TODO: switch back + # url = "https://codeberg.org/kampka/nix-flake-crowdsec/archive/main.zip"; + url = "https://codeberg.org/m4rc3l/nix-flake-crowdsec/archive/fix-doc.zip"; inputs = { flake-utils.follows = "flake-utils"; nixpkgs.follows = "nixpkgs";