1{ inputs, ... }:
2{
3 imports = [ inputs.make-shell.flakeModules.default ];
4
5 # perSystem =
6 # { pkgs, ... }:
7 # {
8 # make-shells.default = {
9 # packages = with pkgs; [
10 # # keep-sorted start
11 # # keep-sorted end
12 # ];
13 # };
14 # };
15}