diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 12:35:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 12:35:08 +0200 |
| commit | e3f07cdbdb62936a0f7f71537de7fb0991abc6ac (patch) | |
| tree | bd43a72e16bbf481057ca828af43649fd98b5a3a /inputs.nix | |
| parent | scripts/why-depends: Support limiting the search to precises names (diff) | |
| download | nixos-config-e3f07cdbdb62936a0f7f71537de7fb0991abc6ac.zip | |
inputs.nix: Rename `qmk_layout` to `qmk_firmware`
The consumer code expects this name.
Diffstat (limited to 'inputs.nix')
| -rw-r--r-- | inputs.nix | 2 |
1 files changed, 1 insertions, 1 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" = { |
