feat(devShells): init
This commit is contained in:
parent
6e2812d32f
commit
17924ee1f1
2 changed files with 84 additions and 1 deletions
|
|
@ -10,7 +10,10 @@
|
|||
*/
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.flake-file.flakeModules.default ];
|
||||
imports = [
|
||||
inputs.flake-file.flakeModules.default
|
||||
../devShells
|
||||
];
|
||||
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue