From ae755329092c87369b9e9a1510a8cf1ce2b1c708 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 16 May 2025 15:46:51 -0500 Subject: [PATCH] templates/nix-darwin: nixpkgs track nixpkgs-unstable Recommended to follow nixpks-unstable with darwin. --- templates/nix-darwin/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nix-darwin/flake.nix b/templates/nix-darwin/flake.nix index a24d771c3..315796135 100644 --- a/templates/nix-darwin/flake.nix +++ b/templates/nix-darwin/flake.nix @@ -2,7 +2,7 @@ description = "Darwin configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; darwin.url = "github:nix-darwin/nix-darwin"; darwin.inputs.nixpkgs.follows = "nixpkgs"; home-manager.url = "github:nix-community/home-manager";