From b3222cfc9376f9e86e0c5dc0fb207c3b7b62ecc9 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 19:02:56 +0000 Subject: [PATCH] typo --- hosts/darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin.nix b/hosts/darwin.nix index 273f560..7b840b5 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -1,4 +1,4 @@ -{ self, nixpkgs-unstable, nixos-darwin-unstable, tree, ... }@inputs: +{ self, nixpkgs-unstable, nix-darwin-unstable, tree, ... }@inputs: let defaults = import ./defaults.nix inputs;