Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed May 26, 2024
1 parent a68d5ba commit e67c505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
nixosConfigurations = (import ./systems/X13Gen2 {
inherit self nixpkgs home-manager emacs-overlay nixos-hardware;
});
nixOnDroidConfigurations = (import ./systems/OPPO-A79 {
inherit self nixpkgs home-manager nix-on-droid;
});
nixOnDroidConfigurations =
(import ./systems/OPPO-A79 { inherit self nixpkgs nix-on-droid; });
};
}
2 changes: 1 addition & 1 deletion systems/OPPO-A79/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ self, nixpkgs, home-manager, nix-on-droid }: {
{ self, nixpkgs, nix-on-droid }: {
OPPO-A79 = nix-on-droid.lib.nixOnDroidConfiguration {
modules = [ ./nix-on-droid.nix ];
};
Expand Down

0 comments on commit e67c505

Please sign in to comment.