mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
13 lines
200 B
Nix
Executable File
13 lines
200 B
Nix
Executable File
{
|
|
imports = inputs.nypkgs.legacyPackages.${pkgs.system}.lib.umport {
|
|
path = ./.;
|
|
include = [
|
|
./somed4/somef3.nix
|
|
];
|
|
exclude = [
|
|
./somed4
|
|
./somef4.nix
|
|
];
|
|
};
|
|
}
|