pantheon/modules/meta/make-shell.nix

4 lines
77 B
Nix

{ inputs, ... }:
{
imports = [ inputs.make-shell.flakeModules.default ];
}