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

Allow building installables in 'attic push' #143

Open
Benjamin-L opened this issue Jun 20, 2024 · 0 comments
Open

Allow building installables in 'attic push' #143

Benjamin-L opened this issue Jun 20, 2024 · 0 comments

Comments

@Benjamin-L
Copy link

Currently, attic push can only be used with nix store paths. Many use-cases involve building a derivation and then pushing the built derivation closure. We're currently using a script mostly for the purpose of wrapping nix build .#foo && attic push $(nix path-info --derivation .#foo) .#foo in CI.

This script could be replaced if attic had support for

  • building installables passed to attic push
  • pushing the closure of a path's derivation in addition to the path itself (build-time deps in addition to runtime)
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

No branches or pull requests

1 participant