Add crowdsec to flake inputs

This commit is contained in:
♥ Minnie ♥ 2024-06-17 18:43:14 +08:00
parent f7a2f1baa9
commit 7490c0112d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 61 additions and 1 deletions

View file

@ -20,6 +20,12 @@
};
impermanence.url = "github:nix-community/impermanence";
# Security enhancement.
crowdsec = {
url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
inputs.nixpkgs.follows = "nixpkgs";
};
# Add any other flake you might need.
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
};