diff options
author | polwex <code@yago.one> | 2025-02-21 10:30:15 +0000 |
---|---|---|
committer | polwex <code@yago.one> | 2025-02-21 10:30:15 +0000 |
commit | 266bcb770323b5d461347fbdc83e43296cb18d34 (patch) | |
tree | 1a68ef41860b79f6566f61065be465f7afa7386a /hosts/darwin.nix | |
parent | c0be55eb72fdad38de6e1c72a52b1500216c3043 (diff) | |
parent | c758310626204f21fcddda5334e79d645b2dca2e (diff) |
Merge pull request 'mac2' (#3) from mac2 into master
Reviewed-on: https://git.sortug.com/polwex/nixconf/pulls/3
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; |