mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 08:16:44 +00:00
fix: adapt nix run command
This commit is contained in:
@@ -291,10 +291,10 @@ WantedBy=default.target`
|
|||||||
},
|
},
|
||||||
nixos: {
|
nixos: {
|
||||||
x86_64: [
|
x86_64: [
|
||||||
`nix run 'nixpkgs#fosrl-newt' --id ${id} --secret ${secret} --endpoint ${endpoint}`
|
`nix run 'nixpkgs#fosrl-newt' -- --id ${id} --secret ${secret} --endpoint ${endpoint}`
|
||||||
],
|
],
|
||||||
aarch64: [
|
aarch64: [
|
||||||
`nix run 'nixpkgs#fosrl-newt' --id ${id} --secret ${secret} --endpoint ${endpoint}`
|
`nix run 'nixpkgs#fosrl-newt' -- --id ${id} --secret ${secret} --endpoint ${endpoint}`
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user