Skip to content

Commit 2989254

Browse files
authored
Merge pull request #279 from arntanguy/fix-mkFlakoboros
fix: import systems in mkFlakoboros
2 parents 2ec16b7 + 3c46366 commit 2989254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
lib.mkFlakoboros =
4747
module:
4848
inputs.flake-parts.lib.mkFlake { inherit inputs; } (args: {
49-
systems = inputs.systems;
49+
systems = import inputs.systems;
5050
imports = [
5151
flakeModule
5252
{ flakoboros = module args; }

0 commit comments

Comments
 (0)