Packaged hydrasect

This commit is contained in:
Luj 2023-01-21 19:36:02 +01:00
parent 28b010cdbc
commit fe0a7d03d3
Signed by: luj
GPG key ID: 6FC74C847011FD83
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";