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-04-15 19:57:45 -04:00
parent 03a7f0f8c8
commit a50f5193bb
3 changed files with 100 additions and 8 deletions
+1 -1
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";
};
};