Skip to content
Snippets Groups Projects
  1. Jul 20, 2021
  2. Jul 19, 2021
  3. 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
    • regnat's avatar
      Forward the whole Nix config to the repl subprocesses · c05bdef0
      regnat authored
      Fill `NIX_CONFIG` with the value of the current Nix configuration before
      calling the nix subprocesses in the repl
      That way the whole configuration (including the possible
      `experimental-features`, a possibly `--store` option or whatever) will
      be made available.
      
      This is required for example to make `nix repl` work with a custom
      `--store`
      c05bdef0
  4. Jul 15, 2021
  5. Jul 14, 2021
  6. Jul 13, 2021
  7. Jul 12, 2021
  8. 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
  9. Jul 09, 2021
  10. Jul 08, 2021
Loading