From bc4039ae8c86f794cece9d9ceb43b838e61cf445 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 21 Aug 2023 19:20:36 +0900 Subject: chore: nixos/modules -> modules --- darwin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin') diff --git a/darwin/default.nix b/darwin/default.nix index 1476617..acc1fcb 100644 --- a/darwin/default.nix +++ b/darwin/default.nix @@ -6,7 +6,7 @@ system = "aarch64-darwin"; nixpkgs = unstable; extraModules = [ - ../nixos/modules/cachix + ../modules/cachix ]; }; } -- cgit 1.4.1