diff --git a/flake.lock b/flake.lock index cf9b57f..9f30344 100644 --- a/flake.lock +++ b/flake.lock @@ -3,7 +3,7 @@ "darwin": { "inputs": { "nixpkgs": [ - "stable" + "unstableSmall" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 3c6c9b9..1549708 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ darwin = { url = "github:lnl7/nix-darwin"; - inputs.nixpkgs.follows = "stable"; + inputs.nixpkgs.follows = "unstableSmall"; }; sshKnownHosts = {