DEVELOPMENT ENVIRONMENT

~liljamo/felu

35a4f2467581d4e308486f0eb27c9bcf8d1525e4 — Jonni Liljamo a month ago fa29c96
feat: justfile and include a few tools in devshell
2 files changed, 15 insertions(+), 0 deletions(-)

M flake.nix
A justfile
M flake.nix => flake.nix +9 -0
@@ 50,6 50,10 @@
        devshells.default = {
          env = [
            {
              name = "FELU_LOG_LEVEL";
              value = "debug";
            }
            {
              name = "GIN_MODE";
              value = "release";
            }


@@ 92,6 96,11 @@

              tailwindcss
              tailwindcss-language-server

              just

              bind
              dig
            ]
            ++ [
              inputs.templ.packages.${system}.default

A justfile => justfile +6 -0
@@ 0,0 1,6 @@
_default:
    just --list

staging-build-and-push:
    podman build -t liljamo/felu:staging . --build-arg VERSION=staging
    podman push liljamo/felu:staging