feat: lazy devshell eval

This commit is contained in:
arcnmx 2024-01-13 11:11:29 -08:00
parent 4904a8dfd7
commit a50966a8ea
4 changed files with 28 additions and 8 deletions

View file

@ -39,6 +39,7 @@
(system: rec {
devShells.default = import ./devShell.nix {inherit system inputs;};
legacyPackages = import ./meta.nix {inherit system inputs;};
inherit (legacyPackages.outputs) packages;
});
in
providedSystems