2023-11-23 14:55:13 +00:00
|
|
|
# for passing build optionsm see nix/README
|
|
|
|
# TODO complet nix/README
|
|
|
|
{ config ? { } }:
|
2022-12-02 18:03:35 +00:00
|
|
|
|
2023-01-16 13:32:56 +00:00
|
|
|
let
|
2023-11-23 14:55:13 +00:00
|
|
|
main = import ./nix { inherit config; };
|
|
|
|
in
|
|
|
|
# use the default shell when calling nix-shell without arguments
|
|
|
|
main.shells.default
|