rapenne-s / bento

A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date.
MIT License
232 stars 10 forks source link

also update states.txt in case we use "dry-build" #11

Closed gador closed 3 months ago

gador commented 3 months ago

In case we use NOLOCALBUILD=1 the states.txt file isn't updated when a new config is build and deployed.

This fixes it

rapenne-s commented 3 months ago

thank!s