Skip to content

Commit

Permalink
fix currentHostName
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Sep 17, 2024
1 parent 71710a8 commit 4068227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let
mkReplAttrs =
{
user ? (builtins.getEnv "USER"),
hostname ? (mkLib top.lib).currentHostname,
hostname ? import ../lib/currentHostname.nix,
system ? builtins.currentSystem,
}:
builtins
Expand Down

0 comments on commit 4068227

Please sign in to comment.