Skip to content

Commit 3f0fdeb

Browse files
committed
fix
1 parent 6b0eb6e commit 3f0fdeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/openhcl_kernel.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ system, stdenv, fetchzip, targetArch ? null, is_dev ? false, is_cvm ? false }:
2-
2+
0;136;0c
33
let
4-
version = 6.18.0.100-savic;
4+
version = "6.18.0.100-savic";
55
# Allow explicit override of architecture, otherwise derive from host system
66
# Note: targetArch uses "x86_64"/"aarch64", but URLs use "x64"/"arm64"
77
arch = if targetArch == "x86_64" then "x64"

0 commit comments

Comments
 (0)