Skip to content
Snippets Groups Projects
  1. Sep 18, 2020
    • Maximilian Bosch's avatar
      libfetchers/github: allow `url` attribute · 2bcf8cbe
      Maximilian Bosch authored
      Since 108debef we allow a
      `url`-attribute for the `github`-fetcher to fetch tarballs from
      self-hosted `gitlab`/`github` instances.
      
      However it's not used when defining e.g. a flake-input
      
          foobar = {
              type = "github";
              url = "gitlab.myserver";
              /* ... */
          }
      
      and breaks with an evaluation-error:
      
          error: --- Error --------------------------------------nix
          unsupported input attribute 'url'
          (use '--show-trace' to show detailed location information)
      
      This patch allows flake-inputs to be fetched from self-hosted instances
      as well.
      2bcf8cbe
  2. Sep 17, 2020
  3. Sep 16, 2020
  4. Sep 15, 2020
Loading