add unison and fix space after . in makefile

This commit is contained in:
2024-10-19 14:17:58 +02:00
parent 540251dcfc
commit f37784b744
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
HOST ?= $(file < /etc/nixosFlakeName)
THREADS ?= $(shell nproc)
FLAKE ?= .
FLAKE ?= .
MODE = switch
FLAGS = --impure --cores $(THREADS) -j $(THREADS)