mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
Merge pull request #1196 from confusedalex/fix-nix
fix: adapt nix run command
This commit is contained in:
commit
07b86521a5
1 changed files with 2 additions and 2 deletions
|
@ -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}`
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue