Unverified Commit 2b99d010 authored by quantenzitrone's avatar quantenzitrone
Browse files

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

parent af65b98f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; };