devshell/benchmark/devshell.nix

6 lines
116 B
Nix
Raw Normal View History

2025-07-31 12:37:19 +02:00
let
shared = import ./shared.nix;
devshell = import ./../lib {inherit (shared) pkgs;};
in
devshell.mkShell {}