flake: use stable branch for nix-darwin

This commit is contained in:
Gaetan Lepage 2025-01-19 11:39:16 +01:00
parent 9fef66555f
commit abcbd250b8
2 changed files with 5 additions and 4 deletions

View file

@ -43,7 +43,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {
url = "github:lnl7/nix-darwin";
url = "github:lnl7/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};