fix: update flake dependencies to latest versions

- Updated `nix-darwin` to version `nix-darwin-24.11` with new revision.
- Updated several locked dependencies (`disko`, `homebrew`, `sops-nix`, `nixpkgs`) for newer versions.
- Ensured compatibility with upstream changes and improved dependency freshness.
This commit is contained in:
Harald Hoyer 2025-01-16 09:14:38 +01:00
parent 949e39cdba
commit 8edd5423d8
2 changed files with 26 additions and 25 deletions

View file

@ -18,7 +18,7 @@
};
# macOS Support (master)
darwin.url = "github:lnl7/nix-darwin";
darwin.url = "github:lnl7/nix-darwin/nix-darwin-24.11";
darwin.inputs.nixpkgs.follows = "nixpkgs";
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";