7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
.PHONY: default build
|
||
|
|
||
|
default: build
|
||
|
|
||
|
build:
|
||
|
home-manager build --flake . --show-trace
|