mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-11 22:00:05 +01:00
feat: add nice to have devshellModule to soonix module for easy import
This commit is contained in:
parent
6d8cbdcdec
commit
add807ef89
2 changed files with 13 additions and 4 deletions
|
|
@ -3,11 +3,10 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) pkgs devshell soonix treefmt;
|
||||
soonixShellHook = cell.soonix.shellHook;
|
||||
inherit (inputs) pkgs devshell treefmt;
|
||||
in {
|
||||
default = devshell.mkShell {
|
||||
imports = [soonix.devshellModule];
|
||||
imports = [cell.soonix.devshellModule];
|
||||
packages = [
|
||||
pkgs.nil
|
||||
(treefmt.mkWrapper pkgs {
|
||||
|
|
@ -17,6 +16,5 @@ in {
|
|||
};
|
||||
})
|
||||
];
|
||||
inherit soonixShellHook;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue