diff options
Diffstat (limited to 'darwin')
-rw-r--r-- | darwin/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; }; } |