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

12
flake.lock generated
View file

@ -92,11 +92,11 @@
]
},
"locked": {
"lastModified": 1739051380,
"narHash": "sha256-p1QSLO8DJnANY+ppK7fjD8GqfCrEIDjso1CSRHsXL7Y=",
"lastModified": 1739298825,
"narHash": "sha256-q9CzTY7n8n9RK9mKUQ4VbaKdydhXQqzphahEG5Wt8sI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "5af1b9a0f193ab6138b89a8e0af8763c21bbf491",
"rev": "f0a31d38e6de48970ce1fe93e6ea343e20a9c80a",
"type": "github"
},
"original": {
@ -127,11 +127,11 @@
]
},
"locked": {
"lastModified": 1739034224,
"narHash": "sha256-Mj/8jDzh1KNmUhWqEeVlW3hO9MZkxqioJGnmR7rivaE=",
"lastModified": 1739302241,
"narHash": "sha256-NXQXFU6HOschZ+8ZKrNOlwlHelez8vPl+dCiUaJ82/U=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "0b6f96a6b9efcfa8d3cc8023008bcbcd1b9bc1a4",
"rev": "a6746213b138fe7add88b19bafacd446de574ca7",
"type": "github"
},
"original": {

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;