From b65b098f7a6dda55b66d7e8605b66fd7ed562f85 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 2 Sep 2023 15:42:18 +0200 Subject: web: install flyctl --- user/settings/development/web.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'user/settings/development') diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix index 5ba6c628..caae48ad 100644 --- a/user/settings/development/web.nix +++ b/user/settings/development/web.nix @@ -7,7 +7,9 @@ vscode-html-languageserver-bin csslint stylelint - ]; + ] ++ (with pkgs; [ + flyctl + ]); programs.emacs.extraPackages = epkgs: (with epkgs; [ caddyfile-mode company-web -- cgit 1.4.1