From 4d8f14e4a6b5f35e903dd12964c7e2910b8cab63 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 2 Apr 2023 09:06:16 +0200 Subject: [PATCH] Makefile: silence Nix git dirty warning --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0800fab..933be32 100644 --- a/Makefile +++ b/Makefile @@ -50,9 +50,9 @@ sqlite: $(DB) # MARK: - data extraction helpers -ACEXTRACT = $(shell nix build --no-write-lock-file .\#acextract && \ +ACEXTRACT = $(shell nix build --no-write-lock-file --no-warn-dirty .\#acextract && \ readlink result && rm result)/bin/acextract -DSCEXTRACTOR = $(shell nix build --no-write-lock-file .\#dsc-extractor && \ +DSCEXTRACTOR = $(shell nix build --no-write-lock-file --no-warn-dirty .\#dsc-extractor && \ readlink result && rm result)/bin/dyld-shared-cache-extractor dyld: /System/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_x86_64h /System/Cryptexes/OS/System/DriverKit/System/Library/dyld/dyld_shared_cache_x86_64h