all repos — x @ ddadac45203f8aa48b05e9944cc5dcddb8829f62

Experiments and stuff

initial commit

Alan Pearce
commit

ddadac45203f8aa48b05e9944cc5dcddb8829f62

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 + ]; +}