outputs: fix typo
This commit is contained in:
parent
08c9fa5545
commit
081c00b7bc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ self = {
|
||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
nixosSystem = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix";
|
nixosSystem = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix";
|
||||||
in
|
in
|
||||||
# mapped atrrsed of nix file paths to attrSet with initialized NixOS configurations,
|
# mapped attrset of nix file paths to attrSet with initialized NixOS configurations,
|
||||||
# whose names are derived from file names
|
# whose names are derived from file names
|
||||||
lib.pipe ./hosts [
|
lib.pipe ./hosts [
|
||||||
builtins.readDir
|
builtins.readDir
|
||||||
|
|
Loading…
Add table
Reference in a new issue