Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jun 12, 2024
1 parent 19a1156 commit cb615d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions nix-on-droid/home.nix

This file was deleted.

5 changes: 1 addition & 4 deletions systems/OPPO-A79/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{ self, nixpkgs, nix-on-droid, emacs-overlay }:
let system = "x86_64";
in {
{ self, nixpkgs, nix-on-droid }: {
OPPO-A79 = nix-on-droid.lib.nixOnDroidConfiguration {
modules = [ ../../nix-on-droid ];
extraSpecialArgs = { inherit system nixpkgs emacs-overlay; };
};
}

0 comments on commit cb615d2

Please sign in to comment.