Make the develop point to the patchelf packages directly.

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Farid Zakaria
2021-12-22 14:15:17 -05:00
committed by GitHub
parent 8aabe512bc
commit 15a12d81f0

View File

@@ -93,12 +93,8 @@
devShells = forAllSystems (system:
{
glibc = pkgs.mkShell {
buildInputs = [ self.packages.${system}.patchelf.inputDerivation];
};
musl = pkgs.pkgsMusl.mkShell {
buildInputs = [ self.packages.${system}.patchelf-musl.inputDerivation];
};
glibc = self.packages.${system}.patchelf;
musl = self.packages.${system}.patchelf-musl;
});
defaultPackage = forAllSystems (system: