treewide: update nix-darwin link

This commit is contained in:
Malix - Alix Brunet
2026-05-27 20:21:14 +02:00
parent 2f02d41d31
commit 5eebcdb3e1
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ Note that if the builder is running and you have created the above ssh conf file
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.url = "github:nix-darwin/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
};