diff options
author | Alan Pearce | 2023-09-02 15:42:18 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-02 15:42:18 +0200 |
commit | b65b098f7a6dda55b66d7e8605b66fd7ed562f85 (patch) | |
tree | 61288c36e065606aa7df0426c5b5e712832208da /user/settings/development | |
parent | a9f6415cd7d29efae35a225df9dab46c78fcf70a (diff) | |
download | nixfiles-b65b098f7a6dda55b66d7e8605b66fd7ed562f85.tar.lz nixfiles-b65b098f7a6dda55b66d7e8605b66fd7ed562f85.tar.zst nixfiles-b65b098f7a6dda55b66d7e8605b66fd7ed562f85.zip |
web: install flyctl
Diffstat (limited to 'user/settings/development')
-rw-r--r-- | user/settings/development/web.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 |