roc/shell.nix

6 lines
326 B
Nix
Raw Normal View History

# 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 }:
2020-10-24 22:22:51 +03:00
2022-06-03 17:51:54 +03:00
(builtins.getFlake (toString ./.)).devShell.${system}