7 lines
90 B
Makefile
7 lines
90 B
Makefile
|
.PHONY: default build
|
||
|
|
||
|
default: build
|
||
|
|
||
|
build:
|
||
|
nixos-rebuild build --flake . --show-trace
|