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 cb615d2 commit 9df5da5
Showing 1 changed file with 2 additions and 3 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 nix-on-droid emacs-overlay;
});
nixOnDroidConfigurations =
(import ./systems/OPPO-A79 { inherit self nixpkgs nix-on-droid; });
};
}

0 comments on commit 9df5da5

Please sign in to comment.