feat: add go template

This commit is contained in:
Leon Schwarzäugl 2024-12-31 17:34:37 +01:00
parent f4f98b248d
commit 6da0fcbb1b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 75 additions and 3 deletions

View file

@ -1,5 +1,6 @@
# heavily inspired by https://github.com/nulladmin1/nix-flake-templates/blob/main/rust-fenix-naersk/flake.nix
{
description = "Nix Flake Template for Rust using Fenix and Naersk";
description = "Rust Flake using Fenix and Naersk";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";