mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
Init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
imports = inputs.nypkgs.legacyPackages.${pkgs.system}.lib.umport {
|
||||
path = ./.;
|
||||
include = [
|
||||
./somed4/somef3.nix
|
||||
];
|
||||
exclude = [
|
||||
./somed4
|
||||
./somef4.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user