mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-15 12:17:49 +08:00

This is the version currently used in Nixpkgs as the stable version, so I am interested in seeing it be developable, even as the hope is to move to a newer version.
4 lines
117 B
Nix
4 lines
117 B
Nix
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
|
|
src = ./.;
|
|
}).defaultNix
|