mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
fix hosts/netty/default.nix to import home/netty.nix
This commit is contained in:
parent
cc1ec5d654
commit
b29d12dc32
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
packageSets = import ../../lib/package-sets.nix {inherit inputs lib pkgs;};
|
packageSets = import ../../lib/package-sets.nix {inherit inputs lib pkgs;};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
../../home/linux.nix
|
../../home/netty.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
targets.genericLinux.enable = true;
|
targets.genericLinux.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue