Skip to content

Commit

Permalink
README: fix flake example
Browse files Browse the repository at this point in the history
Resolves: #386
  • Loading branch information
t184256 committed Jul 22, 2024
1 parent c00333e commit 248cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ A minimal example could look like the following:
outputs = { self, nixpkgs, nix-on-droid }: {
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
system = "aarch64-linux";
pkgs = import nixpkgs { system = "aarch64-linux"; };
modules = [ ./nix-on-droid.nix ];
};
Expand Down

0 comments on commit 248cc08

Please sign in to comment.