meta: add Flake Parts
This commit is contained in:
parent
2a69e1920e
commit
020bdde5a1
1 changed files with 4 additions and 1 deletions
|
@ -29,8 +29,11 @@
|
|||
|
||||
hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent";
|
||||
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-parts.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||
outputs = { self, nixpkgs, flake-parts, ... }@inputs:
|
||||
let
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue