7 lines
95 B
Makefile
7 lines
95 B
Makefile
|
# Makefile for updating NixOS configuration
|
||
|
|
||
|
.PHONY: all
|
||
|
|
||
|
# Default target
|
||
|
all:
|
||
|
./build-nix.sh
|