flake: remove dependency on hercules, add dependency on treefmt-nix
This commit is contained in:
parent
5a097e106f
commit
038fa76411
2 changed files with 35 additions and 70 deletions
10
flake.nix
10
flake.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue