From 80a28819527eb7245b0da5e44f7fc381d3ed4fe1 Mon Sep 17 00:00:00 2001 From: reo101 Date: Thu, 24 Nov 2022 02:14:51 +0200 Subject: [PATCH] fix(nix-dawrin): name typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f80697c..41c31eb 100644 --- a/flake.nix +++ b/flake.nix @@ -134,7 +134,7 @@ modules = [ ./nix-darwin/${hostname}/configuration.nix ] ++ (builtins.attrValues nixDarwinModules); - inputs = { inherit inputs outputs darwin nixpkgs; }; + inputs = { inherit inputs outputs nix-darwin nixpkgs; }; }; in rec { apavel-a01 = mkHost "x86_64-darwin" "apavel-a01";