mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 17:12:44 +00:00
Makefile: assume a flake-capable Nix is installed
This commit is contained in:
7
Makefile
7
Makefile
@@ -49,12 +49,9 @@ sqlite: $(DB)
|
||||
|
||||
# MARK: - data extraction helpers
|
||||
|
||||
NIX = $(shell nix-build --no-out-link -A nixFlakes '<nixpkgs>')/bin/nix
|
||||
ACEXTRACT = $(shell \
|
||||
$(NIX) --experimental-features 'nix-command flakes' build --no-write-lock-file .\#acextract && \
|
||||
ACEXTRACT = $(shell nix build --no-write-lock-file .\#acextract && \
|
||||
readlink result && rm result)/bin/acextract
|
||||
DSCU = $(shell \
|
||||
$(NIX) --experimental-features 'nix-command flakes' build --no-write-lock-file .\#dyld-shared-cache && \
|
||||
DSCU = $(shell nix build --no-write-lock-file .\#dyld-shared-cache && \
|
||||
readlink result && rm result)/bin/dyld_shared_cache_util
|
||||
|
||||
dyld: /System/Library/dyld/dyld_shared_cache_$(shell uname -m)
|
||||
|
||||
Reference in New Issue
Block a user