mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 17:12:44 +00:00
flake: unquoted URLs are deprecated
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
description = "tools to understand the internals of Apple’s operating systems";
|
||||
inputs = {
|
||||
acextract = {
|
||||
url = github:bartoszj/acextract;
|
||||
url = "github:bartoszj/acextract";
|
||||
flake = false;
|
||||
};
|
||||
command-line = {
|
||||
url = github:iHTCboy/CommandLine;
|
||||
url = "github:iHTCboy/CommandLine";
|
||||
flake = false;
|
||||
};
|
||||
dyld-shared-cache = {
|
||||
url = github:antons/dyld-shared-cache-big-sur;
|
||||
url = "github:antons/dyld-shared-cache-big-sur";
|
||||
flake = false;
|
||||
};
|
||||
snapshot-header = {
|
||||
@@ -18,7 +18,7 @@
|
||||
flake = false;
|
||||
};
|
||||
snap-util = {
|
||||
url = github:ahl/apfs;
|
||||
url = "github:ahl/apfs";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user