about summary refs log tree commit diff stats
path: root/unflake.nix
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 /unflake.nix
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.
Diffstat (limited to '')
-rw-r--r--unflake.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };