google-compute-engine: move python module to pkgs/development/python-modules

This commit is contained in:
quantenzitrone
2026-01-26 03:36:10 +01:00
parent af65b98ffd
commit 2b99d0102e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6416,7 +6416,7 @@ self: super: with self; {
google-cloud-workstations = callPackage ../development/python-modules/google-cloud-workstations { };
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
google-compute-engine = callPackage ../development/python-modules/google-compute-engine { };
google-crc32c = callPackage ../development/python-modules/google-crc32c { inherit (pkgs) crc32c; };