Browse Source

Remove manual ucx override

main
Dustin Frisch 2 months ago
parent
commit
594bea4a14
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 11
      shared/packages.nix

11
shared/packages.nix

@ -10,17 +10,6 @@
pdtoolkit = self.callPackage ../packages/pdtoolkit { };
tau = self.callPackage ../packages/tau { };
ucx = super.ucx.overrideAttrs (final: prev: rec {
version = "1.16.0";
src = self.fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
hash = "sha256-dihWwGlQclfa2ke+1V5c6coqfFjjuMyI8QRzNdx33zQ=";
};
});
})
];
}

Loading…
Cancel
Save