cheddar
·
2025-02-22
shell.nix
1{ pkgs ? import <nixpkgs> {} }:
2 pkgs.mkShell {
3 nativeBuildInputs = with pkgs.buildPackages; [
4 go
5 caddy
6 ];
7}
git clone https://git.crispbyte.dev/sig-auth.git
1{ pkgs ? import <nixpkgs> {} }:
2 pkgs.mkShell {
3 nativeBuildInputs = with pkgs.buildPackages; [
4 go
5 caddy
6 ];
7}