diff options
author | s <lol> | 2025-02-21 17:10:50 +0700 |
---|---|---|
committer | s <lol> | 2025-02-21 17:10:50 +0700 |
commit | 7758e10d8fe1095ee77643f7248d94ed4235834b (patch) | |
tree | c51292fcae6238b6388d55f6e7a702305a0cfcf6 /hosts/darwin.nix | |
parent | c0be55eb72fdad38de6e1c72a52b1500216c3043 (diff) |
mac
Diffstat (limited to 'hosts/darwin.nix')
-rw-r--r-- | hosts/darwin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/darwin.nix b/hosts/darwin.nix index 909322b..78de32f 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -1,6 +1,6 @@ inputs: let mkDarwinSystem = system: path: - inputs.nixpkgs.lib.darwinSystem { + inputs.nix-darwin.lib.darwinSystem { inherit system; specialArgs = {inherit inputs;}; modules = import (./. + "/${path}") inputs; |