flakemelt/flake.nix

4 lines
88 B
Nix
Raw Normal View History

{
outputs = { ... }@inputs: (import ./bootstrap.nix).lib.melt ./default.nix inputs;
}