Skip to content
Snippets Groups Projects
  1. Jul 19, 2021
  2. Jul 16, 2021
    • regnat's avatar
      Be more lenient when realisations have a conflicting dependency set · a4ec6cb1
      regnat authored
      - This can legitimately happen (for example because of a non-determinism
        causing a build-time dependency to be kept or not as a runtime
        reference)
      - Because of older Nix versions, it can happen that we encounter a
        realisation with an (erroneously) empty set of dependencies, in which
        case we don’t want to fail, but just warn the user and try to fix it.
      a4ec6cb1
  3. Jul 15, 2021
  4. Jul 14, 2021
  5. Jul 13, 2021
  6. Jul 12, 2021
  7. Jul 11, 2021
    • Niels Egberts's avatar
      Throw on unexpected input for --delete-older-than · 2cf14db8
      Niels Egberts authored
      '--delete-older-than 10' deletes the generations older than a single day, and '--delete-older-than 12m' deletes all generations older than 12 days.
      
      This changes makes it throw on those invalid inputs, and gives an example of a valid input.
      2cf14db8
  8. Jul 09, 2021
  9. Jul 08, 2021
  10. Jul 07, 2021
Loading