Files
status-react/shell.nix
T

9 lines
205 B
Nix
Raw Normal View History

# for passing build options, see nix/README.md
{ config ? { } }:
let
main = import ./nix { inherit config; };
2019-11-29 11:20:08 +01:00
in
# use the default shell when calling nix-shell without arguments
main.shells.default