nixos-config/modules/flake-parts/flake-parts.nix

6 lines
84 B
Nix

{ inputs, ... }:
{
imports = [
inputs.flake-parts.flakeModules.modules
];
}