mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: updated inputs (24.05)
This commit is contained in:
parent
c8c56bc433
commit
125e7f3c33
12 changed files with 60 additions and 169 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue