nixfiles/lib.nix

7 lines
78 B
Nix

{
inputs,
pkgs,
...
}:
inputs.utils.lib.eachDefaultSystem (system: {
})