Skip to content

Commit

Permalink
fixup! Fix some more duplicated nix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 3, 2024
1 parent 06e9243 commit b9336a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/builders/mkNixDarwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ inputs.darwin.lib.darwinSystem {

{
custom.base.hostname = name;

lib.custom = customLib;

nixpkgs = {
inherit pkgs;
};
}

# Home-Manager
Expand Down
5 changes: 5 additions & 0 deletions lib/builders/mkNixOnDroid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ inputs.nix-on-droid.lib.nixOnDroidConfiguration {

{
custom.base.hostname = name;

lib.custom = customLib;

nixpkgs = {
inherit pkgs;
};
}
]
++ customLib.getRecursiveDefaultNixFileList ../../nix-on-droid;
Expand Down
5 changes: 5 additions & 0 deletions lib/builders/mkNixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ inputs.nixpkgs.lib.nixosSystem {

{
custom.base.hostname = name;

lib.custom = customLib;

nixpkgs = {
inherit pkgs;
};
}

# Home-Manager
Expand Down

0 comments on commit b9336a0

Please sign in to comment.