Try pre-commit and formatting with alejandra
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
0eb6154c32
commit
32b60f1ff9
16 changed files with 325 additions and 248 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
nix = {
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
settings.trusted-users = ["root" "@wheel"];
|
||||
|
@ -9,10 +6,10 @@
|
|||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
crowdsec = prev.crowdsec.overrideAttrs ( prev: rec {
|
||||
crowdsec = prev.crowdsec.overrideAttrs (prev: rec {
|
||||
pname = "crowdsec";
|
||||
version = "1.6.4";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = "${pname}";
|
||||
tag = "v${version}";
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
nix = {
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
settings.trusted-users = ["root" "@wheel"];
|
||||
|
@ -9,10 +6,10 @@
|
|||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
crowdsec = prev.crowdsec.overrideAttrs ( prev: rec {
|
||||
crowdsec = prev.crowdsec.overrideAttrs (prev: rec {
|
||||
pname = "crowdsec";
|
||||
version = "1.6.4";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = "${pname}";
|
||||
tag = "v${version}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue