lix/src
Maximilian Bosch 2bcf8cbe7a
libfetchers/github: allow url attribute
Since 108debef6f 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.
2020-09-18 14:10:45 +02:00
..
build-remote Make system-features a store setting 2020-08-12 18:13:00 +00:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
libfetchers libfetchers/github: allow url attribute 2020-09-18 14:10:45 +02:00
libmain Change option descriptions to Markdown 2020-08-19 14:21:27 +02:00
libstore Merge pull request #3829 from obsidiansystems/remove-storetype-delegate-regStore 2020-09-17 13:55:01 +02:00
libutil Don't include nlohmann/json.hpp in config.hh 2020-09-16 13:53:09 +02:00
nix Merge pull request #3829 from obsidiansystems/remove-storetype-delegate-regStore 2020-09-17 13:55:01 +02:00
nix-build Merge remote-tracking branch 'upstream/master' into single-ca-drv-build 2020-09-15 14:17:06 +00:00
nix-channel Remove corepkgs/unpack-channel.nix 2020-09-17 09:41:02 +02:00
nix-collect-garbage unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-copy-closure Revert the enum struct change 2020-06-18 22:11:26 +00:00
nix-daemon Fix max fd calc and add test 2020-08-20 05:08:50 +00:00
nix-env createGeneration(): Take a StorePath 2020-09-03 11:06:56 +02:00
nix-instantiate addPermRoot(): Remove indirect flag 2020-09-03 11:29:34 +02:00
nix-prefetch-url Merge branch 'hash-always-has-type' into better-ca-parse-errors 2020-07-13 03:02:09 +00:00
nix-store Merge remote-tracking branch 'upstream/master' into single-ca-drv-build 2020-09-03 15:43:17 +00:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00