From 020bdde5a1683ba968a42321b1ac4409a70be045 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 31 Jul 2022 14:26:18 +0200 Subject: [PATCH] meta: add Flake Parts --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 45ca9e1..cf07142 100644 --- a/flake.nix +++ b/flake.nix @@ -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" ];