dident work

This commit is contained in:
joygnu 2024-08-09 00:37:37 +02:00
parent 6feea9dbc0
commit 4374e02113
3 changed files with 0 additions and 27 deletions

View file

@ -1,22 +0,0 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { pname = "noriskclient-launcher"; version = "0.5.6";
src = fetchFromGitHub {
owner = "NoRiskClient";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qyFuspRcBNyf8eBPlNc9hHMSrJ7G1vQwI0CJP9eFQKY=";
};
vendorHash = null;
doCheck = false;
meta = with lib; {
description = "No Risk Client";
homepage = "https://github.com/github-owner/${pname}";
license = licenses.gpl3;
platforms = platforms.unix;
};
}

View file

@ -1 +0,0 @@
/nix/store/sblh9mq6dwkd69h8hg4a8m0hvqc4hpx5-noriskclient-launcher-0.5.6

View file

@ -1,10 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
nixpkgs.config.packageOverrides = pkgs: {
noriskclient-launcher = pkgs.callPackage ./../NoRiskClient/default.nix { };
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#hackerman #hackerman
noriskclient-launcher noriskclient-launcher