mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
fix version lookup
This commit is contained in:
parent
9113306d60
commit
50e36bf86a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ let
|
|||
# Helpers for building the `pkgs.rpi-kernels' map.
|
||||
rpi-kernel = { version, board }:
|
||||
let
|
||||
kernel = versions [ version ];
|
||||
kernel = builtins.getAttr version versions;
|
||||
version-slug = builtins.replaceStrings [ "v" "_" ] [ "" "." ] version;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue