this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: select environment if not provided

Khue Doan dcd5a5db cbdf392c

+2 -1
+1 -1
Makefile
··· 1 1 .POSIX: 2 2 .PHONY: default compose infra platform apps test fmt tidy update 3 3 4 - env ?= local 4 + env ?= $(shell ls infra | fzf --prompt "Select environment: ") 5 5 6 6 default: infra platform apps 7 7
+1
flake.nix
··· 23 23 age 24 24 ansible 25 25 ansible-lint 26 + fzf 26 27 gnumake 27 28 go 28 29 k3d