pantheon/nix/flake-parts/manifest.nix

4 lines
75 B
Nix

{ inputs, ... }:
{
imports = [ inputs.manifest.flakeModules.default ];
}