From 081c00b7bcf99fb4d15b494613113d749d182963 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 9 Feb 2025 03:23:43 +0100 Subject: [PATCH] outputs: fix typo --- outputs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.nix b/outputs.nix index 62dbeb2..1c25428 100644 --- a/outputs.nix +++ b/outputs.nix @@ -21,7 +21,7 @@ self = { nixosConfigurations = let nixosSystem = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix"; 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 lib.pipe ./hosts [ builtins.readDir