Merge pull request #181 from hercules-ci/fix-warning

Fix flake-parts warning
This commit is contained in:
Robert Hensing 2023-01-04 19:07:47 +01:00 committed by GitHub
commit 48b4787a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
};
outputs = inputs@{ self, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit self; } ({ config, lib, extendModules, ... }: {
flake-parts.lib.mkFlake { inherit inputs; } ({ config, lib, extendModules, ... }: {
imports = [
inputs.haskell-flake.flakeModule
inputs.flake-parts.flakeModules.easyOverlay