这是indexloc提供的服务,不要输入任何密码
Skip to content

update to v2.0.1 with new url format #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2024
Merged

update to v2.0.1 with new url format #1

merged 1 commit into from
Aug 23, 2024

Conversation

hallettj
Copy link
Collaborator

There is a v2.0.1 release, and it looks like the base URL has changed from v3.1 to v4.

I changed defaultPackage.${system} to packages.${system}.default per the current flake convention.

I also added an overlay output which can be used like this:

let
  pkgs = nixpkgs.legacyPackages.${system}.extend ddn-cli-nix.overlays.default;
in
  // ...

or like this:

let
  pkgs = import nixpkgs {
    inherit system;
    overlays = [ddn-cli-nix.overlays.default];
  };
in
  // ...

@TheInnerLight TheInnerLight merged commit ba1a7ac into hasura:main Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants