keep outputs in nixos
This commit is contained in:
parent
3781696316
commit
d07c5d407b
2 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,7 @@ cores = 0
|
||||||
log-lines = 200
|
log-lines = 200
|
||||||
filter-syscalls = true
|
filter-syscalls = true
|
||||||
sandbox = true
|
sandbox = true
|
||||||
|
keep-outputs = true
|
||||||
|
keep-derivations = true
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
post-build-hook = /usr/local/bin/pin.sh
|
post-build-hook = /usr/local/bin/pin.sh
|
||||||
|
|
1
main.go
1
main.go
|
@ -404,6 +404,7 @@ func initConsul() {
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var err error
|
var err error
|
||||||
|
// init components
|
||||||
initConfig()
|
initConfig()
|
||||||
initNomad()
|
initNomad()
|
||||||
initConsul()
|
initConsul()
|
||||||
|
|
Loading…
Reference in a new issue