Compare commits

...

2 commits

Author SHA1 Message Date
ae3c2f5a76
ipsw: v3.1.548 -> v3.1.549 2024-10-07 22:05:22 -05:00
7a4a0dafea
Add Garnix support 2024-10-07 22:01:08 -05:00
3 changed files with 15 additions and 5 deletions

View file

@ -40,8 +40,14 @@
nix = {
# Keep the latest version of Nix.
package = pkgs.nix;
settings = {
# Necessary for using flakes on this system.
settings.experimental-features = "nix-command flakes";
experimental-features = "nix-command flakes";
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
};
# Create /etc/zshrc that loads the nix-darwin environment.

View file

@ -27,6 +27,10 @@
experimental-features = [ "flakes" "nix-command" ];
trusted-users = [ "spotlight" ];
builders-use-substitutes = true;
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
# Select internationalisation properties.

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.22.
buildGo123Module rec {
pname = "ipsw";
version = "3.1.548";
version = "3.1.549";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-tVtWWt65PpuYosDfwTnoqN4IhzyE9YcuN3kWWQ363h4=";
hash = "sha256-BgFVY9vpNtGocv4QHnsDZVm/DHmvpgBNaK2gQRG0Lto=";
};
vendorHash = "sha256-MyPoEjypgjgQlMlAXglA9J0r61+mVGAOqZjJx3Sr6AQ=";
vendorHash = "sha256-qh1gCIl7hOdbpOZJ6rlRSTakq0mjLPBlnF/j3V9qR1A=";
buildInputs = with pkgs; [
unicorn