Skip to content

Commit

Permalink
fix(lib/colmenaSystem.nix): value is null while a list was expected
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Mar 17, 2024
1 parent 9f04e1b commit 26ee648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colmenaSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
inputs,
nixos-modules,
home-modules ? null,
home-modules ? [],
myvars,
system,
tags,
Expand Down

0 comments on commit 26ee648

Please sign in to comment.