mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13: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
|
let
|
||||||
domain = config.networking.domain;
|
domain = config.networking.domain;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue