mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 14:20:08 +01:00
5 lines
64 B
Nix
5 lines
64 B
Nix
|
|
let
|
||
|
|
shared = import ./shared.nix;
|
||
|
|
in
|
||
|
|
shared.pkgs.mkShell {}
|