From 5d3f18fea30cb00d81c57c9feb3cddf7c7749b8d Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Mar 2025 17:42:47 -0500 Subject: [PATCH 1/3] linux: Add GitHub Desktop to shared applications --- flake.lock | 6 +++--- hosts/linux/shared.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ed19e56..21f02ab 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/linux/shared.nix b/hosts/linux/shared.nix index b3f1bf6..b732dff 100644 --- a/hosts/linux/shared.nix +++ b/hosts/linux/shared.nix @@ -103,6 +103,7 @@ firefox htop git + github-desktop gnome-tweaks gnomeExtensions.appindicator minicom From f691856e35fa7bcaa236f6651266a2a6aad53e7b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Mar 2025 17:43:03 -0500 Subject: [PATCH 2/3] ipsw: 3.1.586 -> 3.1.587 --- pkgs/ipsw.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/ipsw.nix b/pkgs/ipsw.nix index 2802184..a5df867 100644 --- a/pkgs/ipsw.nix +++ b/pkgs/ipsw.nix @@ -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 From 9e1c37a1d215a24e9fd1109a58d6af2dd773bd57 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Mar 2025 17:59:02 -0500 Subject: [PATCH 3/3] cyclone: Upgrade to kernel 6.13 --- hosts/linux/cyclone/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linux/cyclone/hardware-configuration.nix b/hosts/linux/cyclone/hardware-configuration.nix index e1e7da1..926f248 100644 --- a/hosts/linux/cyclone/hardware-configuration.nix +++ b/hosts/linux/cyclone/hardware-configuration.nix @@ -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