Add crowdsec to flake inputs
This commit is contained in:
parent
f7a2f1baa9
commit
7490c0112d
2 changed files with 61 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue