From 8a4e106fb89756036a22fab404e2f009c4e65a30 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 19:30:51 +0000 Subject: [PATCH] darwin --- hosts/darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin.nix b/hosts/darwin.nix index b8d8ac5..f87f48a 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -8,7 +8,7 @@ let # set these to the correct versions from inputs nixpkgs = inputs.nixpkgs-unstable; home-manager = inputs.home-manager-unstable; - nix-darwin = inputs.nix-darwin-unstable; + darwin = inputs.nix-darwin-unstable; }; };