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
|
||||
filter-syscalls = true
|
||||
sandbox = true
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
experimental-features = nix-command flakes
|
||||
post-build-hook = /usr/local/bin/pin.sh
|
||||
|
|
1
main.go
1
main.go
|
@ -404,6 +404,7 @@ func initConsul() {
|
|||
|
||||
func main() {
|
||||
var err error
|
||||
// init components
|
||||
initConfig()
|
||||
initNomad()
|
||||
initConsul()
|
||||
|
|
Loading…
Reference in a new issue