diff --git a/flake.lock b/flake.lock index 07dcb07..0abc802 100644 --- a/flake.lock +++ b/flake.lock @@ -231,6 +231,24 @@ } }, "flake-parts_2": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib_2" + }, + "locked": { + "lastModified": 1714641030, + "narHash": "sha256-yzcRNDoyVP7+SCNX0wmuDju1NUCt8Dz9+lyUXEI0dbI=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "e5d10a24b66c3ea8f150e47dfdb0416ab7c3390e", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_3": { "inputs": { "nixpkgs-lib": [ "nixarr", @@ -251,7 +269,7 @@ "type": "github" } }, - "flake-parts_3": { + "flake-parts_4": { "inputs": { "nixpkgs-lib": [ "nixpkgs-wayland", @@ -273,7 +291,7 @@ "type": "github" } }, - "flake-parts_4": { + "flake-parts_5": { "inputs": { "nixpkgs-lib": [ "nixvim", @@ -862,7 +880,7 @@ "lib-aggregate": { "inputs": { "flake-utils": "flake-utils_4", - "nixpkgs-lib": "nixpkgs-lib_2" + "nixpkgs-lib": "nixpkgs-lib_3" }, "locked": { "lastModified": 1715515815, @@ -940,7 +958,7 @@ }, "nix-eval-jobs": { "inputs": { - "flake-parts": "flake-parts_3", + "flake-parts": "flake-parts_4", "nix-github-actions": "nix-github-actions", "nixpkgs": "nixpkgs_5", "treefmt-nix": "treefmt-nix_2" @@ -982,6 +1000,27 @@ "type": "github" } }, + "nix-gaming": { + "inputs": { + "flake-parts": "flake-parts_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1715755172, + "narHash": "sha256-2v7pBDWk72JmslM7yMtbUvSMFgWPyjFZofmavBsJZo8=", + "owner": "fufexan", + "repo": "nix-gaming", + "rev": "d7237db9587d3df4fcd35f1eb0ead185abe5bfef", + "type": "github" + }, + "original": { + "owner": "fufexan", + "repo": "nix-gaming", + "type": "github" + } + }, "nix-github-actions": { "inputs": { "nixpkgs": [ @@ -1035,7 +1074,7 @@ "nixarr": { "inputs": { "devshell": "devshell", - "flake-parts": "flake-parts_2", + "flake-parts": "flake-parts_3", "flake-root": "flake-root", "nixpkgs": "nixpkgs_3", "treefmt-nix": "treefmt-nix", @@ -1119,6 +1158,18 @@ } }, "nixpkgs-lib_2": { + "locked": { + "lastModified": 1714640452, + "narHash": "sha256-QBx10+k6JWz6u7VsohfSw8g8hjdBZEf8CFzXH1/1Z94=", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/50eb7ecf4cd0a5756d7275c8ba36790e5bd53e33.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/50eb7ecf4cd0a5756d7275c8ba36790e5bd53e33.tar.gz" + } + }, + "nixpkgs-lib_3": { "locked": { "lastModified": 1715474941, "narHash": "sha256-CNCqCGOHdxuiVnVkhTpp2WcqSSmSfeQjubhDOcgwGjU=", @@ -1272,7 +1323,7 @@ "inputs": { "devshell": "devshell_2", "flake-compat": "flake-compat_2", - "flake-parts": "flake-parts_4", + "flake-parts": "flake-parts_5", "flake-root": "flake-root_2", "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", @@ -1414,6 +1465,7 @@ "hyprwm-contrib": "hyprwm-contrib", "nh": "nh", "nix-colors": "nix-colors", + "nix-gaming": "nix-gaming", "nix-on-droid": "nix-on-droid", "nixarr": "nixarr", "nixpkgs": "nixpkgs_4", diff --git a/flake.nix b/flake.nix index 3087f50..4b6ea31 100644 --- a/flake.nix +++ b/flake.nix @@ -109,6 +109,11 @@ url = "github:nix-community/nixpkgs-wayland"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nix-gaming = { + url = "github:fufexan/nix-gaming"; + inputs.nixpkgs.follows = "nixpkgs"; + }; };