Skip to content

Commit 5a8dbc9

Browse files
flake: update homini to support nix-darwin
1 parent 098947d commit 5a8dbc9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build:
4141
ifeq ($(uname), Darwin)
4242
@darwin-rebuild switch --flake .#$(hostname)
4343
else
44-
@sudo nixos-rebuild switch --flake .#$(hostname) --show-trace
44+
@sudo nixos-rebuild switch --flake .#$(hostname)
4545
endif
4646

4747
update:

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mkdarwin.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
nixpkgs,
44
darwin,
55
home-manager,
6+
homini,
67
...
78
}:
89
darwinConfigurations:
@@ -25,6 +26,7 @@ builtins.mapAttrs (
2526
};
2627
modules = [
2728
home-manager.darwinModules.default
29+
homini.darwinModules.default
2830
(
2931
{ ... }:
3032
{

0 commit comments

Comments
 (0)