From 0ef47a3c1b182776f4378035219850de4e7bd925 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 9 Dec 2023 14:25:43 +0900 Subject: feat(flake): add nix-gaming --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.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: -- cgit 1.4.1