diff options
| author | stuebinm | 2025-11-05 21:44:02 +0100 |
|---|---|---|
| committer | stuebinm | 2025-11-05 21:44:02 +0100 |
| commit | 9623f34ebdeb7bbe97fbf4eeec3754c7a589034e (patch) | |
| tree | be7325bf85b81b5f4d0c88ef747e634cebf45311 /pkgs | |
| parent | 2fbe09962604c10a481614fa07298e199f1a0fc0 (diff) | |
mergiraf is now packaged upstream (and probably has been for a while),
and the bundled old packaging also broke.
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/overlay.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 22d59ba..a3a58a7 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -53,39 +53,6 @@ in cargoLock.lockFile = "${src}/Cargo.lock"; }; - mergiraf = self.rustPlatform.buildRustPackage rec { - pname = "mergiraf"; - version = "git"; - src = self.fetchgit { - url = "https://codeberg.org/mergiraf/mergiraf"; - rev = "v0.2.0"; - hash = "sha256-egtX2daCbPXi5rX2OxbEZA/VI9R4HMj5LRKbUEBFo+E="; - }; - # TODO: probably unnecessary once we are on nixpkgs 24.11; earlier version - # hardcode --frozen here, but cargo wants --offline. - # the postBuild hook is necessary to set up things for the install hook - buildPhase = '' - cargo build -j $NIX_BUILD_CORES \ - --target x86_64-unknown-linux-gnu \ - --release \ - --offline - - runHook postBuild - ''; - # no idea why this didn't work with either test or build inputs .. - preCheck = '' - export PATH=$PATH:${self.gitMinimal}/bin - ''; - cargoLock = { - lockFile = "${src}/Cargo.lock"; - outputHashes = { - "tree-sitter-go-0.23.1" = "sha256-elPqkvVYs0vADOuN/umDteWP5hqcXhQAoSkqYDtTxaU="; - "tree-sitter-xml-0.7.0" = "sha256-RTWvOUAs3Uql9DKsP1jf9FZZHaZORE40GXd+6g6RQZw="; - "tree-sitter-yaml-0.6.1" = "sha256-gS+SjOnGl/86U9VV/y1ca7naYIe7DAOvOv++jCRLTKo="; - }; - }; - }; - rustex = rustPlatform.buildRustPackage rec { pname = "rustex"; version = "git"; |
