mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
enhace devshell
This commit is contained in:
parent
d1e09b972b
commit
91d1041e06
5 changed files with 27 additions and 19 deletions
7
devshell/default.nix
Normal file
7
devshell/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
}:
|
||||
pkgs.devshell.mkShell {
|
||||
imports = [(pkgs.devshell.importTOML ./devshell.toml)];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue