mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
7 lines
96 B
Nix
Executable File
7 lines
96 B
Nix
Executable File
{ ... }@flakeContext:
|
|
{
|
|
nixosModules = {
|
|
default = import ./base.nix flakeContext;
|
|
};
|
|
}
|