Skip to content

Profiles

Latest
Compare
Choose a tag to compare
@nlewo nlewo released this 17 Aug 18:48
· 6 commits to main since this release
a5f735b
  • Only keep the 10 last profile paths
    • To clean old created profile paths, you can run:
      comm -3 <(find /nix/var/nix/profiles/system-profiles/ -name 'comin-*' -type l | sort -u) <(cat /var/lib/comin/store.json | jq '.deployments[].profile_path | select(.!="")' -r | sort -u) | xargs rm