Skip to content

Commit 212416e

Browse files
committed
fix hm ref
1 parent 2864d2a commit 212416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
system.stateVersion = 4;
8181
nixpkgs-path = inputs.nixpkgs;
8282
}
83-
inputs.home-manager-darwin.darwinModules.home-manager
83+
inputs.home-manager.darwinModules.home-manager
8484
({ config, ... }: {
8585
home-manager.users.${config.mainUser} = {
8686
imports = [

0 commit comments

Comments
 (0)