daml/sdk/shell.nix
Gary Verhaegen e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +01:00

11 lines
122 B
Nix

let
pkgs = import ./nix/new-nixpkgs.nix;
in
pkgs.mkShell {
buildInputs = with pkgs; [
bash
curl
jq
];
}