We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00333e commit 248cc08Copy full SHA for 248cc08
README.md
@@ -192,7 +192,7 @@ A minimal example could look like the following:
192
outputs = { self, nixpkgs, nix-on-droid }: {
193
194
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
195
- system = "aarch64-linux";
+ pkgs = import nixpkgs { system = "aarch64-linux"; };
196
modules = [ ./nix-on-droid.nix ];
197
};
198
0 commit comments