aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock58
-rw-r--r--flake.nix3
2 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 20c5a1a..6312010 100644
--- a/flake.lock
+++ b/flake.lock
@@ -79,6 +79,24 @@
"type": "indirect"
}
},
+ "flake-parts_3": {
+ "inputs": {
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
+ "locked": {
+ "lastModified": 1701473968,
+ "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -263,6 +281,27 @@
"type": "github"
}
},
+ "nix-gaming": {
+ "inputs": {
+ "flake-parts": "flake-parts_3",
+ "nixpkgs": [
+ "unstable"
+ ]
+ },
+ "locked": {
+ "lastModified": 1702084404,
+ "narHash": "sha256-ptzIEljnk9DG9cr51nm6UbSmDcJ6g/RIgGds2QiH7gw=",
+ "owner": "fufexan",
+ "repo": "nix-gaming",
+ "rev": "e8b8fafa83eb314416bfcbab987d2dba718cf6ea",
+ "type": "github"
+ },
+ "original": {
+ "owner": "fufexan",
+ "repo": "nix-gaming",
+ "type": "github"
+ }
+ },
"nixpkgs-2305": {
"locked": {
"lastModified": 1701615100,
@@ -279,6 +318,24 @@
"type": "github"
}
},
+ "nixpkgs-lib": {
+ "locked": {
+ "dir": "lib",
+ "lastModified": 1701253981,
+ "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58",
+ "type": "github"
+ },
+ "original": {
+ "dir": "lib",
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs-stable": {
"locked": {
"lastModified": 1701568804,
@@ -301,6 +358,7 @@
"home-manager": "home-manager",
"impermanence": "impermanence",
"neovim-nightly": "neovim-nightly",
+ "nix-gaming": "nix-gaming",
"nixpkgs-2305": "nixpkgs-2305",
"rust": "rust",
"sops-nix": "sops-nix",
diff --git a/flake.nix b/flake.nix
index 87efee2..2ab3eb2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,6 +23,9 @@
rust.url = "github:oxalica/rust-overlay";
rust.inputs.nixpkgs.follows = "unstable";
+
+ nix-gaming.url = "github:fufexan/nix-gaming";
+ nix-gaming.inputs.nixpkgs.follows = "unstable";
};
outputs = { self, ... } @ inputs: