initial commit
1 file changed, 14 insertions(+), 0 deletions(-)
changed files
A ci.nix
@@ -0,0 +1,14 @@ +{ pkgs ? ( + let + sources = import ./npins; + in + import sources.nixpkgs { } + ) +}: +pkgs.mkShell { + packages = with pkgs; [ + go + templ + just + ]; +}