mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
6 lines
326 B
Nix
6 lines
326 B
Nix
# We recommend using the flake.nix file, see https://nixos.wiki/wiki/Flakes for instructions.
|
|
# This file is kept to maintain compatibility with tools like lorri until they support flakes (https://github.com/target/lorri/issues/460).
|
|
{ system ? builtins.currentSystem }:
|
|
|
|
(builtins.getFlake (toString ./.)).devShell.${system}
|