mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-08-03 10:48:53 +02:00
5 lines
64 B
Nix
5 lines
64 B
Nix
|
|
let
|
||
|
|
shared = import ./shared.nix;
|
||
|
|
in
|
||
|
|
shared.pkgs.mkShell {}
|