diff --git a/flake.nix b/flake.nix index 6e2c68c..8c3988c 100644 --- a/flake.nix +++ b/flake.nix @@ -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: