refactor: rename some flake attr directories

This commit is contained in:
matt1432 2024-12-16 15:51:41 -05:00
commit 6ca0d7248b
329 changed files with 178 additions and 139 deletions
configurations/nos/modules/docker/immich/images

View file

@ -0,0 +1,8 @@
pkgs:
pkgs.dockerTools.pullImage rec {
imageName = "tensorchord/pgvecto-rs";
imageDigest = "sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0";
sha256 = "0h1s11z5d4svg2whm7gw11dwpddg5k90fp62q3zirycms787f4d3";
finalImageName = imageName;
finalImageTag = "pg14-v0.2.0";
}