Skip to content

Commit 248cc08

Browse files
committed
README: fix flake example
Resolves: #386
1 parent c00333e commit 248cc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ A minimal example could look like the following:
192192
outputs = { self, nixpkgs, nix-on-droid }: {
193193
194194
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
195-
system = "aarch64-linux";
195+
pkgs = import nixpkgs { system = "aarch64-linux"; };
196196
modules = [ ./nix-on-droid.nix ];
197197
};
198198

0 commit comments

Comments
 (0)