mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
8 lines
107 B
Nix
8 lines
107 B
Nix
|
|
{
|
||
|
|
pkgs,
|
||
|
|
inputs,
|
||
|
|
}:
|
||
|
|
pkgs.devshell.mkShell {
|
||
|
|
imports = [(pkgs.devshell.importTOML ./devshell.toml)];
|
||
|
|
}
|