Skip to content
Snippets Groups Projects
  1. Jul 23, 2021
  2. Jul 22, 2021
  3. Jul 21, 2021
  4. Jul 20, 2021
  5. Jul 19, 2021
  6. Jul 16, 2021
    • Alexander Bantyev's avatar
      Add use-registries config option (and deprecate --no-registries flag) · 3e57e348
      Alexander Bantyev authored
      
      Some people want to avoid using registries at all on their system; Instead
      of having to add --no-registries to every command, this commit allows to
      set use-registries = false in the config. --no-registries is still allowed
      everywhere it was allowed previously, but is now deprecated.
      
      Co-authored-by: default avatarEelco Dolstra <edolstra@gmail.com>
      3e57e348
    • 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
  7. Jul 15, 2021
  8. Jul 14, 2021
  9. Jul 13, 2021
  10. Jul 12, 2021
  11. 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
Loading