Skip to content

Commit

Permalink
Use nixos-unstable & unpin wine version
Browse files Browse the repository at this point in the history
  • Loading branch information
LovingMelody committed Dec 23, 2024
1 parent 8b089bf commit b62cf22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
25 changes: 4 additions & 21 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
description = "Nix Flake to simplify running Star Citizen";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs-wine.url = "github:NixOS/nixpkgs/03ddbd42cbdfbca5ce5583a8c1b526f36c0d46f3";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
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
Expand Up @@ -3,7 +3,6 @@ let
pins = import ./npins;
nix-gaming = inputs.nix-gaming.packages.${final.system};
inherit (inputs.nixpkgs.lib.strings) versionOlder;
wine = inputs.nixpkgs-wine.legacyPackages.${prev.system}.wineWowPackages.staging;
in
{
star-citizen-helper = prev.callPackage ./pkgs/star-citizen-helper { };
Expand All @@ -30,8 +29,8 @@ in
if (versionOlder prev.lug-helper.version pkg.version) then pkg else prev.lug-helper
else
pkg;
star-citizen = nix-gaming.star-citizen.override { inherit wine; };
inherit (nix-gaming)
star-citizen
star-citizen-umu
umu
winetricks-git
Expand Down

0 comments on commit b62cf22

Please sign in to comment.