all repos — nixfiles @ b65b098f7a6dda55b66d7e8605b66fd7ed562f85

System and user configuration, managed by nix and home-manager

web: install flyctl
Alan Pearce alan@alanpearce.eu
Sat, 02 Sep 2023 15:42:18 +0200
commit

b65b098f7a6dda55b66d7e8605b66fd7ed562f85

parent

a9f6415cd7d29efae35a225df9dab46c78fcf70a

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M user/settings/development/web.nixuser/settings/development/web.nix
@@ -7,7 +7,9 @@ vscode-css-languageserver-bin     vscode-html-languageserver-bin
     csslint
     stylelint
-  ];
+  ] ++ (with pkgs; [
+    flyctl
+  ]);
   programs.emacs.extraPackages = epkgs: (with epkgs; [
     caddyfile-mode
     company-web