mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 14:40:09 +03:00
11 lines
71 B
Nix
Executable File
11 lines
71 B
Nix
Executable File
{ inputs, ... }@flakeContext:
|
|
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
|
|
}
|