From 10f8d8e70eccc9f00dbbbcd0b551f54fede210d5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 7 Feb 2025 14:25:59 -0300 Subject: [PATCH] fix: add missing xremap input --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 85e5794..941e60f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + xremap = { + url = "github:xremap/nix-flake"; inputs.nixpkgs.follows = "nixpkgs"; };