Skip to content

Commit

Permalink
Merge pull request #4 from nix-community/revert-3-main
Browse files Browse the repository at this point in the history
Revert "fix: pin depotdownloader to inputs.nixpkgs"
  • Loading branch information
aidalgol authored May 4, 2024
2 parents e5a2849 + 52b897b commit f77ee59
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,9 @@
'';
});

overlays.default = final: prev: let
pkgs = pkgsFor final.system;
in rec {
fetchSteam = final.callPackage ./fetch-steam {inherit (pkgs) depotdownloader;};
overlays.default = final: prev: {
fetchSteam = final.callPackage ./fetch-steam {};
steamworks-sdk-redist = final.callPackage ./steamworks-sdk-redist {};
};

packages = forAllSystems (system: let
pkgs = pkgsFor system;
in rec {
inherit (pkgs) steamworks-sdk-redist;
});
};
}

0 comments on commit f77ee59

Please sign in to comment.