diff --git a/flake.lock b/flake.lock index 567fea42..2b788183 100644 --- a/flake.lock +++ b/flake.lock @@ -99,11 +99,11 @@ "nixpkgs-lib": "nixpkgs-lib_2" }, "locked": { - "lastModified": 1730504689, - "narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=", + "lastModified": 1733312601, + "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "506278e768c2a08bec68eb62932193e341f55c90", + "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", "type": "github" }, "original": { @@ -220,15 +220,15 @@ "umu": "umu" }, "locked": { - "lastModified": 1732543374, - "narHash": "sha256-suhk41NhdsnN3aa7gpsr8KnYJtbaLeZBJMB2vqWbkzA=", - "owner": "fufexan", + "lastModified": 1734105091, + "narHash": "sha256-vS+qFMfU9L+hP5jeSYic0Hp4Dk3PYQibs2paUZOv0uw=", + "owner": "misterio77", "repo": "nix-gaming", - "rev": "18b8f0796f3e9dd8b9d9f262a56f2914a0586a22", + "rev": "673f2d7271020685c6a2b2f9c7d5c5d6002db8b9", "type": "github" }, "original": { - "owner": "fufexan", + "owner": "misterio77", "repo": "nix-gaming", "type": "github" } @@ -312,14 +312,14 @@ }, "nixpkgs-lib_2": { "locked": { - "lastModified": 1730504152, - "narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=", + "lastModified": 1733096140, + "narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" } }, "nixpkgs-stable": { @@ -424,11 +424,11 @@ }, "locked": { "dir": "packaging/nix", - "lastModified": 1732337089, - "narHash": "sha256-dwFza03ETqrcmVGSCdgDDKTWKRgckpQ3vXkZRCYtM9g=", + "lastModified": 1733509971, + "narHash": "sha256-LZIrb7HNWyLMU+dSI4fhbo2dMzJbbKKFWwYOpJwVXKE=", "ref": "refs/heads/main", - "rev": "f6a6af3191f5497d95d8f8aaa08826a45da199c4", - "revCount": 842, + "rev": "562e3900eebde0fb276dd2f425c097c8b44ccb92", + "revCount": 865, "submodules": true, "type": "git", "url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" diff --git a/flake.nix b/flake.nix index 9c7dee71..4676e4d7 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nix-gaming = { - url = "github:fufexan/nix-gaming"; + # url = "github:fufexan/nix-gaming"; + url = "github:misterio77/nix-gaming"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/home/gabriel/features/games/star-citizen.nix b/home/gabriel/features/games/star-citizen.nix index fd5c5f6a..320da176 100644 --- a/home/gabriel/features/games/star-citizen.nix +++ b/home/gabriel/features/games/star-citizen.nix @@ -1,3 +1,5 @@ {pkgs, ...}: { - home.packages = [pkgs.inputs.nix-gaming.star-citizen]; + home.packages = [ + (pkgs.inputs.nix-gaming.star-citizen.override {disableEac = false;}) + ]; }