Packaged hydrasect

This commit is contained in:
Luj 2023-01-21 19:36:02 +01:00
parent 07a50ed046
commit 9c3fa0d242
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, lib, ... }:
{ pkgs, lib, stdenv, ... }:
pkgs.stdenv.mkDerivation rec {
name = "hydrasect";
src = stdenv.fetchGit {
src = builtins.fetchGit {
url = "https://git.qyliss.net/hydrasect/";
ref = "main";
rev = "e8ac7c351122f1a8fc3dbf0cd4805cf2e83d14da";