Compare commits
2 commits
d1dab9e217
...
c9db36e7e2
Author | SHA1 | Date | |
---|---|---|---|
c9db36e7e2 | |||
caa31e196f |
5 changed files with 8 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -91,11 +91,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747834438,
|
"lastModified": 1747875884,
|
||||||
"narHash": "sha256-AHJt79W8wADzur2htCx1U8FtEk4XjvrHb9/3iDfNedI=",
|
"narHash": "sha256-tdVx4kghhdy62LKuTnwE2RytOe8o88tah/yhpyuL0D4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "6c2eb1e24cd0e76d88bdd633ef4c50d6286586e0",
|
"rev": "f9186c64fcc6ee5f0114547acf9e814c806a640b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
# We should only have a single JDK present within our package,
|
# We should only have a single JDK present within our package,
|
||||||
# but let's limit `find` regardless.
|
# but let's limit `find` regardless.
|
||||||
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)"
|
JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)"
|
||||||
|
|
||||||
# Symlink!
|
# Symlink!
|
||||||
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
# We should only have a single JDK present within our package,
|
# We should only have a single JDK present within our package,
|
||||||
# but let's limit `find` regardless.
|
# but let's limit `find` regardless.
|
||||||
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)"
|
JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)"
|
||||||
|
|
||||||
# Symlink!
|
# Symlink!
|
||||||
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
htop
|
htop
|
||||||
jdk23
|
jdk24
|
||||||
minicom
|
minicom
|
||||||
pciutils
|
pciutils
|
||||||
seafile-client
|
seafile-client
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
# `buildGoModule` currently uses Go 1.23.
|
# `buildGoModule` currently uses Go 1.23.
|
||||||
buildGo124Module rec {
|
buildGo124Module rec {
|
||||||
pname = "ipsw";
|
pname = "ipsw";
|
||||||
version = "3.1.604";
|
version = "3.1.605";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-W0NEK/eJxLy859Y1AHaEJ61E+YnWo6B6yGrBq36NFO4=";
|
hash = "sha256-IqkJ+xH4Ks1lN3Z5Uft0aP+vZjq1cmls2/eJJWfG66g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-JwuAbPaeNdwGH1LD2jikhDmCJbJdMubdjpvvSbrhcfU=";
|
vendorHash = "sha256-JwuAbPaeNdwGH1LD2jikhDmCJbJdMubdjpvvSbrhcfU=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue