upgrading-daml-training/shell.nix

6 lines
163 B
Nix
Raw Permalink Normal View History

2023-05-04 18:54:18 +00:00
{ vimMode ? false }:
let
thunkSource = (import ./dep/nix-thunk {}).thunkSource;
in
import (thunkSource ./dep/nix-daml-sdk + "/shell.nix") { inherit vimMode; }