mirror of
https://github.com/artagaz/nix-config.git
synced 2026-06-22 02:02:09 +07:00
8 lines
459 B
Nix
8 lines
459 B
Nix
/* ┌──────────────────────────────────────────┐
|
||
│ это хз зачем модули какие-то │
|
||
└──────────────────────────────────────────┘ */
|
||
{ inputs, ...}: {
|
||
imports = [ inputs.flake-parts.flakeModules.modules ];
|
||
systems = [ "x86_64-linux" ];
|
||
}
|