Skip to content

Pushing nix-on-droid derivations to a cache ? #176

Answered by Gerschtli
573 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to build activationPackage in <nix-on-droid/modules>. See https://github.com/t184256/nix-on-droid/blob/master/nix-on-droid/nix-on-droid.sh#L26.

So something like that:

{
  system = (import <nix-on-droid/modules> {}).activationPackage;
}

See https://github.com/t184256/nix-on-droid/blob/master/modules/default.nix for arguments to <nix-on-droid/modules>.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@573
Comment options

Answer selected by 573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants