1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-05 00:58:46 +02:00

treewide: ran deadnix

This commit is contained in:
Rouven Seifert 2024-10-30 11:05:12 +01:00
parent a5d244afb4
commit 17531717bd
3 changed files with 3 additions and 3 deletions
pkgs/ssh3

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, playerctl }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ssh3";
version = "0.1.7";