From 8d0aab3e22eb4968c014f161644d1c22a64b886d Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 24 Jan 2024 09:43:40 +0100 Subject: [PATCH] Flake: add nix-gaming --- flake.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ flake.nix | 5 +++++ 2 files changed, 63 insertions(+) diff --git a/flake.lock b/flake.lock index af1c12c..abd9cdd 100644 --- a/flake.lock +++ b/flake.lock @@ -59,6 +59,24 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1704982712, + "narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "07f6395285469419cf9d078f59b5b49993198c00", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems_2" @@ -176,6 +194,27 @@ "type": "github" } }, + "nix-gaming": { + "inputs": { + "flake-parts": "flake-parts", + "nixpkgs": [ + "nixpkgs-unstable-raw" + ] + }, + "locked": { + "lastModified": 1705972904, + "narHash": "sha256-tFTnkEf204Qd+EncVneGBZi/vqzU97Ody9JtWuOrYNE=", + "owner": "fufexan", + "repo": "nix-gaming", + "rev": "ec1ddf5032735e68b2bbde3cee9b536ea89c6fec", + "type": "github" + }, + "original": { + "owner": "fufexan", + "repo": "nix-gaming", + "type": "github" + } + }, "nix-github-actions": { "inputs": { "nixpkgs": [ @@ -269,6 +308,24 @@ "type": "github" } }, + "nixpkgs-lib": { + "locked": { + "dir": "lib", + "lastModified": 1703961334, + "narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9", + "type": "github" + }, + "original": { + "dir": "lib", + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-raw": { "locked": { "lastModified": 1705641746, @@ -345,6 +402,7 @@ "home-manager-unstable": "home-manager-unstable", "jovian": "jovian", "nix-flatpak": "nix-flatpak", + "nix-gaming": "nix-gaming", "nix-impermanence": "nix-impermanence", "nix-index-db": "nix-index-db", "nix-index-db-unstable": "nix-index-db-unstable", diff --git a/flake.nix b/flake.nix index d7c2400..3a37f46 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,11 @@ nix-flatpak.url = github:gmodena/nix-flatpak/main; nur.url = "github:nix-community/NUR"; + + nix-gaming = { + url = "github:fufexan/nix-gaming"; + inputs.nixpkgs.follows = "nixpkgs-unstable-raw"; + }; }; outputs = { ... } @inputs: with inputs;