Skip to content

Commit

Permalink
Make the develop point to the patchelf packages directly.
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <[email protected]>
  • Loading branch information
fzakaria and Mic92 authored Dec 22, 2021
1 parent 8aabe51 commit 15a12d8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15a12d8

Please sign in to comment.