config-new/lib/default.nix

5 lines
85 B
Nix

inputs: self: super:
let
system = import ./system.nix inputs self super;
in
system