kubenix/devshell/default.nix

8 lines
107 B
Nix
Raw Normal View History

2022-04-02 15:31:14 -07:00
{
pkgs,
inputs,
}:
pkgs.devshell.mkShell {
imports = [(pkgs.devshell.importTOML ./devshell.toml)];
}