Upgrade nixpkgs

This additionally includes an update for nix-darwin, in which `services.nix-daemon.enable` is no longer necessary.
This commit is contained in:
Spotlight 2025-02-11 22:15:15 -06:00
parent 0a3891ad4f
commit 25b4a92245
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 8 additions and 10 deletions

View file

@ -35,8 +35,7 @@
ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk"
'';
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
# Auto upgrade the nix package.
nix = {
# Keep the latest version of Nix.
package = pkgs.nix;

View file

@ -35,8 +35,7 @@
ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk"
'';
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
# Auto upgrade the nix package.
nix = {
# Keep the latest version of Nix.
package = pkgs.nix;