write-ups-challenges-2020-2021/deployment/shell.nix

6 lines
108 B
Nix
Raw Normal View History

2022-11-24 17:03:20 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs ; [ scaleway-cli morph ];
}