Fix lots of typos

This commit is contained in:
Greg Hellings
2025-11-25 23:19:09 -06:00
parent e0fd42ec25
commit 317cfc6d95
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
{
bitwarden = callPackage ./img/bitwarden.nix { inherit name; };
builder = callPackage ./img/builder.nix { inherit name; };
immich = callPackage ./immg/immich.nix { inherit name; };
immich = callPackage ./img/immich.nix { inherit name; };
sword-container-builder = callPackage ./img/sword-container-builder.nix { inherit name; };
vm-test = callPackage ./img/vm-test.nix { inherit name; };
};