Skip to content
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

Add Nix package #25

Merged
merged 2 commits into from
May 15, 2024
Merged

Add Nix package #25

merged 2 commits into from
May 15, 2024

Conversation

nightkr
Copy link
Member

@nightkr nightkr commented May 15, 2024

@nightkr nightkr requested a review from a team May 15, 2024 08:46
sbernauer
sbernauer previously approved these changes May 15, 2024
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

Tested using

  image-tools = pkgs.callPackage(pkgs.fetchFromGitHub {
    owner = "stackabletech";
    repo = "image-tools";
    rev = "feature/nix";
    hash = "sha256-gjTCroHw4iJhXPW+s3mHBzIH8seIKH1tPb82lUb8+a0="; # use lib.fakeHash to find new hashes when upgrading
  } + "/image-tools.nix") {};

Do we want to add this example to the README as well, similar to beku.py?

@nightkr
Copy link
Member Author

nightkr commented May 15, 2024

Sure.

Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@nightkr nightkr added this pull request to the merge queue May 15, 2024
Merged via the queue into main with commit 3352a94 May 15, 2024
5 checks passed
@nightkr nightkr deleted the feature/nix branch May 15, 2024 09:13
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