add exraflags option on Makefile, fix yubikey support on systemd stage 1
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 24s

This commit is contained in:
2026-04-25 21:46:49 +02:00
parent bf592c5e9d
commit 835e726c6c
4 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,8 @@ FLAKE ?= .
MODE ?= switch
FLAGS = --impure --cores $(THREADS) -j $(THREADS)
EXTRAFLAGS ?=
FLAGS = --impure --cores $(THREADS) -j $(THREADS) $(EXTRAFLAGS)
ifdef OFFLINE
FLAGS += --option binary-caches ''