mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
tests: update flake tests to use new --flake argument
This commit is contained in:
parent
248632699e
commit
e687e46e2f
4 changed files with 15 additions and 23 deletions
|
|
@ -8,8 +8,11 @@
|
|||
};
|
||||
|
||||
outputs = { nix-on-droid, ... }: {
|
||||
nix-on-droid = (nix-on-droid.lib.aarch64-linux.nix-on-droid {
|
||||
config = /data/data/com.termux.nix/files/home/.config/nixpkgs/nix-on-droid.nix;
|
||||
}).activationPackage;
|
||||
nixOnDroidConfigurations = {
|
||||
device = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
config = ./nix-on-droid.nix;
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue