nix: updated inputs (24.05)

This commit is contained in:
Primrose 2024-06-01 14:32:14 +02:00
parent c8c56bc433
commit 125e7f3c33
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
12 changed files with 60 additions and 169 deletions

View file

@ -3,20 +3,17 @@
{
perSystem =
{ system, pkgs, ... }:
let
inherit (pkgs) unstable;
in
{
devShells.forgejo = pkgs.mkShell {
name = "forgejo";
packages = [
pkgs.sqlite
unstable.go
unstable.gopls
unstable.golangci-lint
unstable.golangci-lint-langserver
unstable.gofumpt
pkgs.go
pkgs.gopls
pkgs.golangci-lint
pkgs.golangci-lint-langserver
pkgs.gofumpt
pkgs.nodejs_20
pkgs.gnumake