2020-04-26 14:40:06 +02:00
|
|
|
# for passing build options, see nix/README.md
|
|
|
|
|
{ config ? { } }:
|
2019-04-03 13:06:42 +02:00
|
|
|
|
|
|
|
|
let
|
2020-06-05 11:23:22 +02:00
|
|
|
main = import ./nix { inherit config; };
|
2019-11-29 11:20:08 +01:00
|
|
|
in
|
2020-06-05 11:23:22 +02:00
|
|
|
# use the default shell when calling nix-shell without arguments
|
|
|
|
|
main.shells.default
|