From c5e7923744f1c9edcc8ee9d4126bc702d020f878 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 1 Jul 2026 16:42:40 +0200 Subject: [PATCH] Added a missing url --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0616c88..ff92d63 100644 --- a/flake.nix +++ b/flake.nix @@ -91,6 +91,7 @@ nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; nix-gaming = { + url = "github:fufexan/nix-gaming"; inputs = { flake-parts.follows = "flake-parts"; git-hooks = {