mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 16:11:51 +03:00
default.nix: directly import devShell.nix
This commit is contained in:
parent
b5fac9c7fc
commit
bc10b43c99
@ -13,6 +13,6 @@ in
|
||||
# Pass this flake as inputs.digga
|
||||
defaultNix // {
|
||||
inputs = defaultNix.inputs // { digga = defaultNix; };
|
||||
shell = import ./shell.nix;
|
||||
shell = import ./devShell.nix { };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user