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