You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 wrappingnix build .#foo && attic push $(nix path-info --derivation .#foo) .#foo
in CI.This script could be replaced if attic had support for
attic push
The text was updated successfully, but these errors were encountered: