Hacker News new | ask | show | jobs
by jeppesen-io 688 days ago
This is interesting - maybe it's time I use flakes...
2 comments

We have an issue to support non flake deployments: https://github.com/nlewo/comin/issues/30
If you want a basic version of this you can just use the built-in

  system.autoUpgrade = {
    enable = true;
    flake = "github:you/dotfiles";
  };