fix(flake): remove extra special args for nix-on-droid
This commit is contained in:
parent
efd944cfef
commit
b0d544d53d
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@
|
||||||
};
|
};
|
||||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||||
modules = [ ./system/hosts/ooksphone ];
|
modules = [ ./system/hosts/ooksphone ];
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
overlays = [ nix-on-droid.overlays.default ];
|
overlays = [ nix-on-droid.overlays.default ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue