mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
e40aad897f
* move most files * update CI configuration
11 lines
122 B
Nix
11 lines
122 B
Nix
let
|
|
pkgs = import ./nix/new-nixpkgs.nix;
|
|
in
|
|
pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
bash
|
|
curl
|
|
jq
|
|
];
|
|
}
|