fix(nix-dawrin): name typo
This commit is contained in:
parent
850280f483
commit
80a2881952
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
./nix-darwin/${hostname}/configuration.nix
|
./nix-darwin/${hostname}/configuration.nix
|
||||||
] ++ (builtins.attrValues nixDarwinModules);
|
] ++ (builtins.attrValues nixDarwinModules);
|
||||||
inputs = { inherit inputs outputs darwin nixpkgs; };
|
inputs = { inherit inputs outputs nix-darwin nixpkgs; };
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
apavel-a01 = mkHost "x86_64-darwin" "apavel-a01";
|
apavel-a01 = mkHost "x86_64-darwin" "apavel-a01";
|
||||||
|
|
Loading…
Reference in a new issue