Compare commits
No commits in common. "ae3c2f5a761f7967a51d55fb1001a8cb3b38871c" and "1d5090762b9c65d3740a75b9aa97978f804110ef" have entirely different histories.
ae3c2f5a76
...
1d5090762b
3 changed files with 5 additions and 15 deletions
|
@ -40,14 +40,8 @@
|
|||
nix = {
|
||||
# Keep the latest version of Nix.
|
||||
package = pkgs.nix;
|
||||
settings = {
|
||||
# Necessary for using flakes on this system.
|
||||
experimental-features = "nix-command flakes";
|
||||
|
||||
# Include Garnix
|
||||
extra-substituters = [ "https://cache.garnix.io" ];
|
||||
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
|
||||
};
|
||||
# Necessary for using flakes on this system.
|
||||
settings.experimental-features = "nix-command flakes";
|
||||
};
|
||||
|
||||
# Create /etc/zshrc that loads the nix-darwin environment.
|
||||
|
|
|
@ -27,10 +27,6 @@
|
|||
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.
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
# `buildGoModule` currently uses Go 1.22.
|
||||
buildGo123Module rec {
|
||||
pname = "ipsw";
|
||||
version = "3.1.549";
|
||||
version = "3.1.548";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blacktop";
|
||||
repo = "ipsw";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BgFVY9vpNtGocv4QHnsDZVm/DHmvpgBNaK2gQRG0Lto=";
|
||||
hash = "sha256-tVtWWt65PpuYosDfwTnoqN4IhzyE9YcuN3kWWQ363h4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-qh1gCIl7hOdbpOZJ6rlRSTakq0mjLPBlnF/j3V9qR1A=";
|
||||
vendorHash = "sha256-MyPoEjypgjgQlMlAXglA9J0r61+mVGAOqZjJx3Sr6AQ=";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
unicorn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue