mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
Fix flake-parts warning
This commit is contained in:
parent
2dc6bbe049
commit
0f5f229425
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user