Fix Namespace Apple runner dispatch
This commit is contained in:
parent
212b129c31
commit
a4db952d3f
12 changed files with 77 additions and 15 deletions
10
flake.nix
10
flake.nix
|
|
@ -178,7 +178,7 @@ EOF
|
|||
nscPkg =
|
||||
if pkgs.stdenv.isLinux || pkgs.stdenv.isDarwin then
|
||||
let
|
||||
version = "0.0.452";
|
||||
version = "0.0.520";
|
||||
osName =
|
||||
if pkgs.stdenv.isLinux then
|
||||
"linux"
|
||||
|
|
@ -192,18 +192,18 @@ EOF
|
|||
arch = "amd64";
|
||||
hash =
|
||||
if pkgs.stdenv.isLinux then
|
||||
"sha256-FBqOJ0UQWTv2r4HWMHrR/aqFzDa0ej/mS8dSoaCe6fY="
|
||||
"sha256-Fqy6baIGQOGwbMCYHECOy5GcJg23xSs8XaZRfia5aHE="
|
||||
else
|
||||
"sha256-3fRKWO0SCCa5PEym5yCB7dtyEx3xSxXSHfJYz8B+/4M=";
|
||||
"sha256-dCOr3mjAAhaByXX4yUr0dXZan8Mx8nbfggUemK7psbM=";
|
||||
}
|
||||
else if pkgs.stdenv.hostPlatform.isAarch64 then
|
||||
{
|
||||
arch = "arm64";
|
||||
hash =
|
||||
if pkgs.stdenv.isLinux then
|
||||
"sha256-A6twO8Ievbu7Gi5Hqon4ug5rCGOm/uHhlCya3px6+io="
|
||||
"sha256-Vv+UUd0BpcxwEg2dCsGJ/7lFOcXrl9yNwHDoHrgivKY="
|
||||
else
|
||||
"sha256-n363xLaGhy+a6lw2F+WicQYGXnGYnqRW8aTQCSppwcw=";
|
||||
"sha256-ASVXJhNwuWQ6T5nGTclZkv+5pPDPD/Q4i4nyAjVw2Gw=";
|
||||
}
|
||||
else
|
||||
throw "nsc: unsupported host platform ${pkgs.stdenv.hostPlatform.system}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue