mirror of
https://github.com/artagaz/nix-config.git
synced 2026-06-22 02:02:09 +07:00
4 lines
108 B
Nix
4 lines
108 B
Nix
{ inputs, ...}: {
|
|
imports = [ inputs.flake-parts.flakeModules.modules ];
|
|
systems = [ "x86_64-linux" ];
|
|
} |