We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0eb6e commit 3f0fdebCopy full SHA for 3f0fdeb
1 file changed
nix/openhcl_kernel.nix
@@ -1,7 +1,7 @@
1
{ system, stdenv, fetchzip, targetArch ? null, is_dev ? false, is_cvm ? false }:
2
-
+0;136;0c
3
let
4
- version = 6.18.0.100-savic;
+ version = "6.18.0.100-savic";
5
# Allow explicit override of architecture, otherwise derive from host system
6
# Note: targetArch uses "x86_64"/"aarch64", but URLs use "x64"/"arm64"
7
arch = if targetArch == "x86_64" then "x64"
0 commit comments