nix darwin branch fix

branch is set to 24.11 instead of latest, latest caused issues when
following nixpkgs that was set to 24.11
This commit is contained in:
2025-03-07 23:21:24 -05:00
parent 03a7f0f8c8
commit a50f5193bb
3 changed files with 100 additions and 8 deletions

View File

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