mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Remove workaround in default nix-on-droid config
Workaround is with home-manager 21.11 no longer needed.
This commit is contained in:
parent
ef55157fb7
commit
be67cc42b4
1 changed files with 3 additions and 1 deletions
|
|
@ -41,10 +41,12 @@
|
|||
# home.stateVersion = "21.11";
|
||||
#
|
||||
# # Use the same overlays as the system packages
|
||||
# nixpkgs.overlays = lib.mkIf (lib.hasAttrByPath [ "nixpkgs" "overlays" ] config) config.nixpkgs.overlays;
|
||||
# nixpkgs = { inherit (config.nixpkgs) overlays; };
|
||||
#
|
||||
# # insert home-manager config
|
||||
# };
|
||||
# If you want the same pkgs instance to be used for nix-on-droid and home-manager
|
||||
#home-manager.useGlobalPkgs = true;
|
||||
}
|
||||
|
||||
# vim: ft=nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue