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

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, ... }:
let let
domain = config.networking.domain; domain = config.networking.domain;

View file

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

View file

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