meta: add Flake Parts

This commit is contained in:
Max Headroom 2022-07-31 14:26:18 +02:00
parent 2a69e1920e
commit 020bdde5a1

View file

@ -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" ];