From 12b1ecbfc6aeed3c65f20decd71c9a26afeed24a Mon Sep 17 00:00:00 2001 From: Sukant Hajra Date: Sun, 20 Oct 2024 23:57:39 -0500 Subject: [PATCH] Update dependencies and documentation --- .github/workflows/ci.yml | 2 +- README.md | 32 ++++++++++++++++---------------- README.org | 32 ++++++++++++++++---------------- doc/internal/params.el | 4 ++-- doc/nix-installation.md | 4 ++-- doc/nix-introduction.md | 6 +++--- doc/nix-usage-flakes.md | 8 ++++---- doc/nix-usage-flakes.org | 8 ++++---- flake.lock | 38 +++++++++++++++++++------------------- 9 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102d54b..d161492 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: cachix/install-nix-action@v30 with: # DESIGN: matching current in NixOS 24.05 - install_url: https://releases.nixos.org/nix/nix-2.18.5/install + install_url: https://releases.nixos.org/nix/nix-2.18.8/install - uses: cachix/cachix-action@v15 with: name: shajra diff --git a/README.md b/README.md index f744d15..a2984b7 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,8 @@ nix run github:shajra/shajra-keyboards#flash-ergodoxez Flashing ZSA Technology Lab's Ergodox EZ (custom "shajra" keymap) ================================================================= - FLASH SOURCE: /nix/store/jadi5rv7yzrgi7qgcv4bv7y9madcjyv6-qmk-builtin-shajra-src - FLASH BINARY: /nix/store/zckcsf8smj3i2pg99kzq44hflazyc3dr-ergodoxez-builtin-shajra.hex + FLASH SOURCE: /nix/store/ck0bgyy2sxcmrr7jaq6kh0i70wdzwwqp-qmk-builtin-shajra-src + FLASH BINARY: /nix/store/sjx36zr53wmpa3vbkjpsjpca1kpwbb69-ergodoxez-builtin-shajra.hex ⠋ Press the reset button of your keyboard @@ -242,11 +242,11 @@ If you want to check that everything builds before flashing your keyboard, you c tree $(nix build --no-link --print-out-paths) 2>/dev/null ``` - /nix/store/nqbfph3c12yz8grh24y3ls5wb4nnq7b5-shajra-keyboards-ci - ├── build-ergodoxez-builtin-shajra-flash -> /nix/store/7jwvdijwifk2lymns7f06iy1r5b8nw4n-ergodoxez-builtin-shajra-flash - ├── build-ergodoxez-builtin-shajra-hex -> /nix/store/zckcsf8smj3i2pg99kzq44hflazyc3dr-ergodoxez-builtin-shajra.hex - ├── build-ergodoxez-factory-flash -> /nix/store/8wvdaz0j7wkhxk66r45j01xng3nahl8d-ergodoxez-factory-flash - ├── build-ergodoxez-factory-hex -> /nix/store/h56x0f89kvicr1xgry7fjnlhhhk6x61m-ergodoxez-factory.hex + /nix/store/vg02qk57pwfsv5i4kp4vjcwvcman2lp2-shajra-keyboards-ci + ├── build-ergodoxez-builtin-shajra-flash -> /nix/store/h1mjg5g8sdpgb30qhbn2078d4fr316gs-ergodoxez-builtin-shajra-flash + ├── build-ergodoxez-builtin-shajra-hex -> /nix/store/sjx36zr53wmpa3vbkjpsjpca1kpwbb69-ergodoxez-builtin-shajra.hex + ├── build-ergodoxez-factory-flash -> /nix/store/km7qzwz5lw2w60afvxhn9jfcva9c0vrn-ergodoxez-factory-flash + ├── build-ergodoxez-factory-hex -> /nix/store/4gv794n3di2b97s8pai1zqfcfrkmvlgw-ergodoxez-factory.hex ├── build-model01-builtin-shajra-flash -> /nix/store/i9sdqlzf13ax32rvml4dzk3rgjb4rr4b-model01-builtin-shajra-flash ├── build-model01-builtin-shajra-hex -> /nix/store/jani7937ypra4iwfgh2qfw7cbpr05hsn-model01-builtin-shajra-hex ├── build-model01-factory-flash -> /nix/store/z1p0ahl7hdxpgdb9gw5caphrvb8f7cdi-model01-factory-flash @@ -255,15 +255,15 @@ tree $(nix build --no-link --print-out-paths) 2>/dev/null ├── build-model100-builtin-shajra-hex -> /nix/store/9psl103fyis93dnyfgqjncyzjy1c5p15-model100-builtin-shajra-hex ├── build-model100-factory-flash -> /nix/store/g4w2j8aqq7x983faiwb2qhqlpz15h8v6-model100-factory-flash ├── build-model100-factory-hex -> /nix/store/mrrn2jh9lx705sasdr1i2w3cs8wj8ldm-model100-factory-hex - ├── build-moonlander-builtin-shajra-flash -> /nix/store/ngk09x9q370jh9g9x7a7lmf5zl3d9pln-moonlander-builtin-shajra-flash - ├── build-moonlander-builtin-shajra-hex -> /nix/store/i46c4p5wdc9bnj12wnagr5bhphh95kb9-moonlander-builtin-shajra.bin - ├── build-moonlander-factory-flash -> /nix/store/grmg1wmj3bnpk3b67rnnlrz1q0syb0x3-moonlander-factory-flash - ├── build-moonlander-factory-hex -> /nix/store/abqb54cifm3fkg6a0ppqkc4b47q52mnl-moonlander-factory.bin - ├── flash-ergodoxez -> /nix/store/ybbpbif5425l2p2n41ns2lnlppc9v7wg-flash-ergodoxez - ├── flash-model01 -> /nix/store/2hvxfrqywkbvgs5c9bgpgwmbb02abqc2-flash-model01 - ├── flash-model100 -> /nix/store/nfyd5w0pvww1qiqnvkx5mryj42qslkkz-flash-model100 - ├── flash-moonlander -> /nix/store/fq8b2x9cpp4p3dg7aziway49h5kn5953-flash-moonlander - └── licenses -> /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses + ├── build-moonlander-builtin-shajra-flash -> /nix/store/cshald5p88brphz71p2a1sdiz6vqflxb-moonlander-builtin-shajra-flash + ├── build-moonlander-builtin-shajra-hex -> /nix/store/vqbddf5n0ps7by6sidj5v1qc5q846l41-moonlander-builtin-shajra.bin + ├── build-moonlander-factory-flash -> /nix/store/v9zgy775r0802lzhw67yfa30pp1nzabv-moonlander-factory-flash + ├── build-moonlander-factory-hex -> /nix/store/bjhmdk016xclqhravzb21bpjxpbnpgbf-moonlander-factory.bin + ├── flash-ergodoxez -> /nix/store/c3rs3yvmbg7bz5jzb1f6rcy8myz6by4k-flash-ergodoxez + ├── flash-model01 -> /nix/store/ws8qm3avl7w0sgp5nn9qax7v3hcd193p-flash-model01 + ├── flash-model100 -> /nix/store/k1k206wf20i3n0pq71dqs9dbyvs85cap-flash-model100 + ├── flash-moonlander -> /nix/store/apcda7mwsrklgvrfz1xfniwci4lsr0pa-flash-moonlander + └── licenses -> /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses 18 directories, 4 files diff --git a/README.org b/README.org index 075964d..1756ab7 100644 --- a/README.org +++ b/README.org @@ -212,8 +212,8 @@ head -c350 < <(./flash-ergodoxez) | ansifilter : Flashing ZSA Technology Lab's Ergodox EZ (custom "shajra" keymap) : ================================================================= : -: FLASH SOURCE: /nix/store/jadi5rv7yzrgi7qgcv4bv7y9madcjyv6-qmk-builtin-shajra-src -: FLASH BINARY: /nix/store/zckcsf8smj3i2pg99kzq44hflazyc3dr-ergodoxez-builtin-shajra.hex +: FLASH SOURCE: /nix/store/ck0bgyy2sxcmrr7jaq6kh0i70wdzwwqp-qmk-builtin-shajra-src +: FLASH BINARY: /nix/store/sjx36zr53wmpa3vbkjpsjpca1kpwbb69-ergodoxez-builtin-shajra.hex : : ⠋ Press the reset button of your keyboard @@ -308,11 +308,11 @@ tree $(nix build --no-link --print-out-paths) 2>/dev/null #+results: nix-build #+begin_example -/nix/store/nqbfph3c12yz8grh24y3ls5wb4nnq7b5-shajra-keyboards-ci -├── build-ergodoxez-builtin-shajra-flash -> /nix/store/7jwvdijwifk2lymns7f06iy1r5b8nw4n-ergodoxez-builtin-shajra-flash -├── build-ergodoxez-builtin-shajra-hex -> /nix/store/zckcsf8smj3i2pg99kzq44hflazyc3dr-ergodoxez-builtin-shajra.hex -├── build-ergodoxez-factory-flash -> /nix/store/8wvdaz0j7wkhxk66r45j01xng3nahl8d-ergodoxez-factory-flash -├── build-ergodoxez-factory-hex -> /nix/store/h56x0f89kvicr1xgry7fjnlhhhk6x61m-ergodoxez-factory.hex +/nix/store/vg02qk57pwfsv5i4kp4vjcwvcman2lp2-shajra-keyboards-ci +├── build-ergodoxez-builtin-shajra-flash -> /nix/store/h1mjg5g8sdpgb30qhbn2078d4fr316gs-ergodoxez-builtin-shajra-flash +├── build-ergodoxez-builtin-shajra-hex -> /nix/store/sjx36zr53wmpa3vbkjpsjpca1kpwbb69-ergodoxez-builtin-shajra.hex +├── build-ergodoxez-factory-flash -> /nix/store/km7qzwz5lw2w60afvxhn9jfcva9c0vrn-ergodoxez-factory-flash +├── build-ergodoxez-factory-hex -> /nix/store/4gv794n3di2b97s8pai1zqfcfrkmvlgw-ergodoxez-factory.hex ├── build-model01-builtin-shajra-flash -> /nix/store/i9sdqlzf13ax32rvml4dzk3rgjb4rr4b-model01-builtin-shajra-flash ├── build-model01-builtin-shajra-hex -> /nix/store/jani7937ypra4iwfgh2qfw7cbpr05hsn-model01-builtin-shajra-hex ├── build-model01-factory-flash -> /nix/store/z1p0ahl7hdxpgdb9gw5caphrvb8f7cdi-model01-factory-flash @@ -321,15 +321,15 @@ tree $(nix build --no-link --print-out-paths) 2>/dev/null ├── build-model100-builtin-shajra-hex -> /nix/store/9psl103fyis93dnyfgqjncyzjy1c5p15-model100-builtin-shajra-hex ├── build-model100-factory-flash -> /nix/store/g4w2j8aqq7x983faiwb2qhqlpz15h8v6-model100-factory-flash ├── build-model100-factory-hex -> /nix/store/mrrn2jh9lx705sasdr1i2w3cs8wj8ldm-model100-factory-hex -├── build-moonlander-builtin-shajra-flash -> /nix/store/ngk09x9q370jh9g9x7a7lmf5zl3d9pln-moonlander-builtin-shajra-flash -├── build-moonlander-builtin-shajra-hex -> /nix/store/i46c4p5wdc9bnj12wnagr5bhphh95kb9-moonlander-builtin-shajra.bin -├── build-moonlander-factory-flash -> /nix/store/grmg1wmj3bnpk3b67rnnlrz1q0syb0x3-moonlander-factory-flash -├── build-moonlander-factory-hex -> /nix/store/abqb54cifm3fkg6a0ppqkc4b47q52mnl-moonlander-factory.bin -├── flash-ergodoxez -> /nix/store/ybbpbif5425l2p2n41ns2lnlppc9v7wg-flash-ergodoxez -├── flash-model01 -> /nix/store/2hvxfrqywkbvgs5c9bgpgwmbb02abqc2-flash-model01 -├── flash-model100 -> /nix/store/nfyd5w0pvww1qiqnvkx5mryj42qslkkz-flash-model100 -├── flash-moonlander -> /nix/store/fq8b2x9cpp4p3dg7aziway49h5kn5953-flash-moonlander -└── licenses -> /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses +├── build-moonlander-builtin-shajra-flash -> /nix/store/cshald5p88brphz71p2a1sdiz6vqflxb-moonlander-builtin-shajra-flash +├── build-moonlander-builtin-shajra-hex -> /nix/store/vqbddf5n0ps7by6sidj5v1qc5q846l41-moonlander-builtin-shajra.bin +├── build-moonlander-factory-flash -> /nix/store/v9zgy775r0802lzhw67yfa30pp1nzabv-moonlander-factory-flash +├── build-moonlander-factory-hex -> /nix/store/bjhmdk016xclqhravzb21bpjxpbnpgbf-moonlander-factory.bin +├── flash-ergodoxez -> /nix/store/c3rs3yvmbg7bz5jzb1f6rcy8myz6by4k-flash-ergodoxez +├── flash-model01 -> /nix/store/ws8qm3avl7w0sgp5nn9qax7v3hcd193p-flash-model01 +├── flash-model100 -> /nix/store/k1k206wf20i3n0pq71dqs9dbyvs85cap-flash-model100 +├── flash-moonlander -> /nix/store/apcda7mwsrklgvrfz1xfniwci4lsr0pa-flash-moonlander +└── licenses -> /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses 18 directories, 4 files #+end_example diff --git a/doc/internal/params.el b/doc/internal/params.el index de0666c..be77c8f 100644 --- a/doc/internal/params.el +++ b/doc/internal/params.el @@ -10,7 +10,7 @@ ;; run-type must be "executable" (run-target-short . "shajra-keyboards-licenses") ;; run-target-long will always prefix "bin/" - (nix-latest . "2.24.7") - (nix-stable . "2.18.5") + (nix-latest . "2.24.9") + (nix-stable . "2.18.8") (nixos-latest . "24.05") (platforms . "Linux on x86-64 machines")) diff --git a/doc/nix-installation.md b/doc/nix-installation.md index afced10..ab130e0 100644 --- a/doc/nix-installation.md +++ b/doc/nix-installation.md @@ -39,12 +39,12 @@ Hopefully, this alleviates any worry about installing a complex program on your > **NOTE:** You don't need this step if you're running NixOS, which comes with Nix baked in. -Though the latest version of Nix is Nix 2.24.7, we'll be installing the version that the last release of NixOS (24.05) uses, specifically Nix 2.18.5. As discussed in the included [introduction to Nix](nix-introduction.md), this version is considered stable by the Nix community. +Though the latest version of Nix is Nix 2.24.9, we'll be installing the version that the last release of NixOS (24.05) uses, specifically Nix 2.18.8. As discussed in the included [introduction to Nix](nix-introduction.md), this version is considered stable by the Nix community. The following command calls the official installation script for the recommended version of Nix. Note, this script will require `sudo` access. ```bash -sh <(curl -L https://releases.nixos.org/nix/nix-2.18.5/install) --daemon +sh <(curl -L https://releases.nixos.org/nix/nix-2.18.8/install) --daemon ``` The `--daemon` switch installs Nix in the multi-user mode, which is generally recommended (single-user installation with `--no-daemon` instead is recommended for WSL). The script reports everything it does and touches. diff --git a/doc/nix-introduction.md b/doc/nix-introduction.md index 595dbc0..da115b8 100644 --- a/doc/nix-introduction.md +++ b/doc/nix-introduction.md @@ -194,11 +194,11 @@ However, if industrial users move to flakes to address these problems, we have t ### Nix quick releases compete with stability -The latest major version of the Nix package manager is currently Nix 2.24.7, but NixOS 24.05, the latest stable release of NixOS, uses Nix 2.18.5. NixOS is the primary way the Nix package manager gets used in the field. Far fewer users install Nix as a package manager atop another operating system. From a community perspective it makes sense to consider Nix 2.18.5 the stable release of the package manager. This version gets the most scrutiny and critical bug fixes. +The latest major version of the Nix package manager is currently Nix 2.24.9, but NixOS 24.05, the latest stable release of NixOS, uses Nix 2.18.8. NixOS is the primary way the Nix package manager gets used in the field. Far fewer users install Nix as a package manager atop another operating system. From a community perspective it makes sense to consider Nix 2.18.8 the stable release of the package manager. This version gets the most scrutiny and critical bug fixes. -As mentioned above, there are strong reasons to use still-experimental features, particularly flakes. However, APIs and calculated hashes change too frequently in experimental features from version-to-version. By sticking with the version used in NixOS, we get less breaking changes. For example, the [flake.lock](../flake.lock) file included with this project has calculated hashes for dependencies. These hashes were computed with Nix 2.18.5, and could change with later versions. +As mentioned above, there are strong reasons to use still-experimental features, particularly flakes. However, APIs and calculated hashes change too frequently in experimental features from version-to-version. By sticking with the version used in NixOS, we get less breaking changes. For example, the [flake.lock](../flake.lock) file included with this project has calculated hashes for dependencies. These hashes were computed with Nix 2.18.8, and could change with later versions. -For these reasons, the [installation guide included with this project](nix-installation.md) recommends installing Nix 2.18.5, rather than the latest official release. +For these reasons, the [installation guide included with this project](nix-installation.md) recommends installing Nix 2.18.8, rather than the latest official release. ## A few gaps in determinism diff --git a/doc/nix-usage-flakes.md b/doc/nix-usage-flakes.md index 0db37d8..73a202f 100644 --- a/doc/nix-usage-flakes.md +++ b/doc/nix-usage-flakes.md @@ -265,7 +265,7 @@ After a successful call of `nix build`, you'll see one or more symlinks for each readlink result* ``` - /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses + /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses Following these symlinks, we can see the files the project provides: @@ -287,7 +287,7 @@ It's common to configure these “result” symlinks as ignored in source contro nix path-info .#licenses-thirdparty ``` - /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses + /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses ## Running commands in a shell @@ -400,7 +400,7 @@ nix shell --ignore-environment \ --command which shajra-keyboards-licenses ``` - /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses/bin/shajra-keyboards-licenses + /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses/bin/shajra-keyboards-licenses What we do with local flake references can work just as well with remote flake references. @@ -428,7 +428,7 @@ nix profile list Flake attribute: packages.x86_64-linux.licenses-thirdparty Original flake URL: git+file:///home/shajra/src/shajra-keyboards Locked flake URL: git+file:///home/shajra/src/shajra-keyboards - Store paths: /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses + Store paths: /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses If we want to uninstall a program from our profile, we do so by the index from this list: diff --git a/doc/nix-usage-flakes.org b/doc/nix-usage-flakes.org index 11cbcd7..2f3dea4 100644 --- a/doc/nix-usage-flakes.org +++ b/doc/nix-usage-flakes.org @@ -445,7 +445,7 @@ readlink result* #+end_src #+RESULTS: nix-build-link -: /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses +: /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses Following these symlinks, we can see the files the project provides: @@ -474,7 +474,7 @@ nix path-info .#<> #+end_src #+results: nix-build-path -: /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses +: /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses ** Running commands in a shell @@ -636,7 +636,7 @@ nix shell --ignore-environment \ #+end_src #+RESULTS: nix-shell-remote -: /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses/bin/shajra-keyboards-licenses +: /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses/bin/shajra-keyboards-licenses What we do with local flake references can work just as well with remote flake references. @@ -687,7 +687,7 @@ nix profile list --profile /tmp/nix-profile | ansifilter : Flake attribute: packages.x86_64-linux.licenses-thirdparty : Original flake URL: git+file:///home/shajra/src/shajra-keyboards : Locked flake URL: git+file:///home/shajra/src/shajra-keyboards -: Store paths: /nix/store/2blkfwhd7zj2xclgf22bg7n6597c5x93-shajra-keyboards-licenses +: Store paths: /nix/store/3rpjxncsgvnvhzdp83shabzn8b3bsrq2-shajra-keyboards-licenses If we want to uninstall a program from our profile, we do so by the index from this list: diff --git a/flake.lock b/flake.lock index c27faef..ce9cc5a 100644 --- a/flake.lock +++ b/flake.lock @@ -335,11 +335,11 @@ "ox-gfm": "ox-gfm" }, "locked": { - "lastModified": 1728098428, - "narHash": "sha256-vJOI9UYZG/esgTachDEA6pgi79RToRME7icPMlX5HX0=", + "lastModified": 1729486219, + "narHash": "sha256-AWSih/w0IcEoaUlp2ZK2BjkJgetzkBDIViv+qVE5134=", "owner": "shajra", "repo": "nix-project", - "rev": "5c6fba8028cb7155b3e797c6728e502c669e254c", + "rev": "1272ce44cc2398489a3ae43a66ac3db92ba92c41", "type": "github" }, "original": { @@ -374,11 +374,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1728093190, - "narHash": "sha256-CAZF2NRuHmqTtRTNAruWpHA43Gg2UvuCNEIzabP0l6M=", + "lastModified": 1729484324, + "narHash": "sha256-XQaRrKPuUsrs8FSrF9WGkuDrCslbqVq7RU7NP4jwJsE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e2f08f4d8b3ecb5cf5c9fd9cb2d53bb3c71807da", + "rev": "df0f4a62f97b4815f653d098152874d0e7876820", "type": "github" }, "original": { @@ -390,11 +390,11 @@ }, "nixpkgs-stable-darwin": { "locked": { - "lastModified": 1728018355, - "narHash": "sha256-nQAiwkYU6JpnMErRC5ivXRwQV2c9KZpdakRopUeBhL8=", + "lastModified": 1729324038, + "narHash": "sha256-yp9XaqybgDGAGFZrQ+LTS4vOiksfLiE9vSomSJqNQio=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b66a2133b99cead3fe196d7a6557338a155f4df2", + "rev": "b05f6e2067567e50bfda1e45e768d550cfeec25b", "type": "github" }, "original": { @@ -406,11 +406,11 @@ }, "nixpkgs-stable-linux": { "locked": { - "lastModified": 1727907660, - "narHash": "sha256-QftbyPoieM5M50WKUMzQmWtBWib/ZJbHo7mhj5riQec=", + "lastModified": 1729181673, + "narHash": "sha256-LDiPhQ3l+fBjRATNtnuDZsBS7hqoBtPkKBkhpoBHv3I=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5966581aa04be7eff830b9e1457d56dc70a0b798", + "rev": "4eb33fe664af7b41a4c446f87d20c9a0a6321fa3", "type": "github" }, "original": { @@ -422,11 +422,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1728031656, - "narHash": "sha256-JXumn7X+suKEcehp4rchSvBzIboqyybQ5bLK4wk7gQU=", + "lastModified": 1729265718, + "narHash": "sha256-4HQI+6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "eeeb90a1dd3c9bea3afdbc76fd34d0fb2a727c7a", + "rev": "ccc0c2126893dd20963580b6478d1a10a4512185", "type": "github" }, "original": { @@ -455,11 +455,11 @@ "qmk-factory": { "flake": false, "locked": { - "lastModified": 1727915321, - "narHash": "sha256-QdNdUDbWB3RXUhCNnnjZxmnI3NauDGPxOffiRjgLWW8=", + "lastModified": 1729238669, + "narHash": "sha256-/n5wEadNw0gUYKP026Ld/VUekfPGcCXTj4+K8SkfnQQ=", "ref": "refs/heads/master", - "rev": "6a73c8299b53426295e6af9c30a51a1823b872c1", - "revCount": 27960, + "rev": "7f22cb52e3aaafde671fdb994d53914366baf31a", + "revCount": 27981, "submodules": true, "type": "git", "url": "https://github.com/qmk/qmk_firmware"