flake: remove dependency on hercules, add dependency on treefmt-nix

This commit is contained in:
Nikodem Rabuliński 2025-01-15 21:45:05 +01:00
parent 5a097e106f
commit 038fa76411
2 changed files with 35 additions and 70 deletions

View file

@ -9,13 +9,12 @@
];
imports = [
inputs.hercules-ci-effects.flakeModule
inputs.treefmt.flakeModule
./assets
./hosts
./modules
./wrappers
./effects.nix
./pkgs
];
@ -100,9 +99,6 @@
url = "github:nrabulinski/racket.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hercules-ci-effects = {
url = "github:hercules-ci/hercules-ci-effects";
};
conduit-src = {
url = "gitlab:famedly/conduit?ref=next";
flake = false;
@ -151,6 +147,10 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
/*