Skip to content

Commit

Permalink
another attempt at userplugins KaylorBen#16
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 28, 2024
1 parent ad9d581 commit 186b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let
fullPath = builtins.substring pathStartIndex (builtins.stringLength value) value;
in
# Extract the path up to the name
builtins.substring 0 (builtins.stringLength fullPath - (builtins.stringLength (builtins.elemAt matches 2))) fullPath
builtins.substring 0 (builtins.stringLength fullPath - (builtins.stringLength (builtins.elemAt matches 1))) fullPath
else
null;
rev = if matches != null then
Expand Down

0 comments on commit 186b8eb

Please sign in to comment.