7 lines
219 B
Bash
Executable file
7 lines
219 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./switch \
|
|
--option extra-substituters "http://nixcache.lelgenio.1337.cx:5000" \
|
|
--option extra-trusted-public-keys "nixcache.lelgenio.1337.cx:zxCfx7S658llDgAUG0JVyNrlAdFVvPniSdDOkvfTPS8=" \
|
|
"$@"
|