about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 12:35:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 12:35:08 +0200
commite3f07cdbdb62936a0f7f71537de7fb0991abc6ac (patch)
treebd43a72e16bbf481057ca828af43649fd98b5a3a
parentscripts/why-depends: Support limiting the search to precises names (diff)
downloadnixos-config-e3f07cdbdb62936a0f7f71537de7fb0991abc6ac.zip
inputs.nix: Rename `qmk_layout` to `qmk_firmware`
The consumer code expects this name.
-rw-r--r--inputs.nix2
-rw-r--r--unflake.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/inputs.nix b/inputs.nix
index 968cca8f..7d89fb55 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -38,7 +38,7 @@ in {
   "nixvim" = {
     url = "github:nix-community/nixvim/main";
   };
-  "qmk_layout" = {
+  "qmk_firmware" = {
     url = "git+https://git.foss-syndicate.org/bpeetz/qmk_layout?ref=prime";
   };
   # "serverphone" = {
diff --git a/unflake.nix b/unflake.nix
index b3294c87..9180765f 100644
--- a/unflake.nix
+++ b/unflake.nix
@@ -174,7 +174,7 @@ let
     nixpkgs = universe.unflake_github_nixos_nixpkgs_ref_nixos-unstable-small;
     nixpkgs-stable = universe.unflake_github_nixos_nixpkgs_ref_nixos-26-05;
     nixvim = universe.unflake_github_nix-community_nixvim_ref_main;
-    qmk_layout = universe.unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime;
+    qmk_firmware = universe.unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime;
     templates = universe.unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime;
     treefmt-nix = universe.unflake_github_numtide_treefmt-nix_ref_main;
   };