mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
treewide: ran deadnix
This commit is contained in:
parent
a5d244afb4
commit
17531717bd
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
domain = config.networking.domain;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub, playerctl }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
buildGoModule rec {
|
||||
pname = "ssh3";
|
||||
version = "0.1.7";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, libxcrypt, fetchFromGitHub, playerctl }:
|
||||
{ lib, buildGoModule, libxcrypt, fetchFromGitHub }:
|
||||
buildGoModule rec {
|
||||
pname = "ssh3-server";
|
||||
version = "0.1.7";
|
||||
|
|
Loading…
Reference in a new issue