{ pkgs }: self: super: { nixops = super.nixops.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/NixOS/nixops.git"; rev = "45256745cef246dabe1ae8a7d109988f190cd7ef"; sha256 = "0ni1v8ppg5cf35gq7nzd50kajxzp5zkbzhf022in0fgbjcprlzr2"; }; } ); nixops-aws = super.nixops-aws.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/NixOS/nixops-aws.git"; rev = "3f66ee06f689021cd4c985b9b49697bdda64d961"; sha256 = "17vn8bpy9kr259anmh3g5xwp08q69l9sz7s3nzn8sy5flqa87w50"; }; } ); nixops-encrypted-links = super.nixops-encrypted-links.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/nix-community/nixops-encrypted-links.git"; rev = "e2f196fce15fcfb00d18c055e1ac53aec33b8fb1"; sha256 = "12ynqwd5ad6wfyv6sma55wnmrlr8i14kd5d42zqv4zl23h0xnd6m"; }; } ); nixops-gcp = super.nixops-gcp.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/nix-community/nixops-gce.git"; rev = "fed6aadace9a9e914425589c065bb969d53f2309"; sha256 = "096ic1kzlcv8cx51hnhlq37pkg4pis2rk5kri14dwp3865si1mdw"; }; } ); nixops-virtd = super.nixops-virtd.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/nix-community/nixops-libvirtd.git"; rev = "af6cf5b2ced57b7b6d36b5df7dd27a14e0a5cfb6"; sha256 = "1j75yg8a44dlbig38mf7n7p71mdzff6ii1z1pdp32i4ivk3l0hy6"; }; } ); nixopsvbox = super.nixopsvbox.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/nix-community/nixops-vbox.git"; rev = "2729672865ebe2aa973c062a3fbddda8c1359da0"; sha256 = "07bmrbg3g2prnba2kwg1rg6rvmnx1vzc538y2q3g04s958hala56"; }; } ); nixos-modules-contrib = super.nixos-modules-contrib.overridePythonAttrs ( _: { src = pkgs.fetchgit { url = "https://github.com/nix-community/nixos-modules-contrib.git"; rev = "81a1c2ef424dcf596a97b2e46a58ca73a1dd1ff8"; sha256 = "0f6ra5r8i1jz8ymw6l3j68b676a1lv0466lv0xa6mi80k6v9457x"; }; } ); }