Compare commits

..

3 commits

4 changed files with 8 additions and 7 deletions

6
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742434866, "lastModified": 1742508854,
"narHash": "sha256-RIa4WyQX9hicMCG+cSYJfWFws2tfwO+Ty1NcIoIA/2U=", "narHash": "sha256-vQQTIl4+slrcu7ftVKNBql9ngBdY0dcYGujdT7zIVp0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cfaa4426a3eee6e71ab02a4d72410e69abf06a12", "rev": "da0181819479ddc034a3db9a77ed21ea3bcc0668",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -16,7 +16,7 @@
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
# Use the latest kernel. # Use the latest kernel.
# As such, we'll also use unstable ZFS. # As such, we'll also use unstable ZFS.
kernelPackages = pkgs.linuxPackages_6_12; kernelPackages = pkgs.linuxPackages_6_13;
zfs = { zfs = {
package = pkgs.zfs_unstable; package = pkgs.zfs_unstable;
# For reasons unbeknownst to humanity, this drive # For reasons unbeknownst to humanity, this drive

View file

@ -103,6 +103,7 @@
firefox firefox
htop htop
git git
github-desktop
gnome-tweaks gnome-tweaks
gnomeExtensions.appindicator gnomeExtensions.appindicator
minicom minicom

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23. # `buildGoModule` currently uses Go 1.23.
buildGo124Module rec { buildGo124Module rec {
pname = "ipsw"; pname = "ipsw";
version = "3.1.586"; version = "3.1.587";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CJSVAnS67eRUHMo2PUpOUooc5sV9naa7Y+6XhCMKW2w="; hash = "sha256-4opW9veCG7XZG/JRlGh/fyIq3LkhC+BjwKREh0mseT8=";
}; };
vendorHash = "sha256-nIyb5UYRmPd1vv88eXqO8lEpIge+LaHZPiu7OHKw4uc="; vendorHash = "sha256-KzVXdPu8r+B/MzlzRmtONmP+DIGQQX5kTQTfwY0xM74=";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
unicorn unicorn