untitleable commit: read description

new template dropped, especially useful for me since now I can just load up a TeX environment whenever I need to. also added some names to my devShells.
This commit is contained in:
Artur Manuel 2024-08-27 00:38:16 +01:00
commit 1e373bd299
Failed to generate hash of commit
15 changed files with 2117 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ buildGoModule, lib }:
{ buildGoModule }:
let
pname = "go-app";
version = "0.1.0";

View file

@ -1,6 +1,6 @@
{ mkShell, go, go-app, gopls, go-tools, gotools }:
mkShell {
name = "Go Development Shell";
name = "Gopherborough";
inputsFrom = [ go-app ];
buildInputs = [
go