Skip to content

Commit

Permalink
Unpin DXVK: issue has been fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
LovingMelody committed Apr 30, 2024
1 parent 8c6a301 commit bea95f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs_dxvk.url =
"github:NixOS/nixpkgs/59d5307caed77c8a924a8a85f7972390df1f84c0";
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
3 changes: 1 addition & 2 deletions overlays.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
inputs: final: prev:
let
pins = import ./npins;
inherit (inputs.nixpkgs_dxvk.legacyPackages.${final.system}) dxvk;
nix-gaming = inputs.nix-gaming.packages.${final.system};
in {
star-citizen-helper = prev.callPackage ./pkgs/star-citizen-helper { };
lug-helper = prev.callPackage ./pkgs/lug-helper { inherit pins; };
star-citizen = nix-gaming.star-citizen.override { inherit dxvk; };
inherit (nix-gaming) star-citizen;
}

0 comments on commit bea95f0

Please sign in to comment.