Compare commits

..

3 commits

4 changed files with 8 additions and 7 deletions

6
flake.lock generated
View file

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

View file

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

View file

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

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.586";
version = "3.1.587";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
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; [
unicorn