mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Packaged hydrasect
This commit is contained in:
parent
07a50ed046
commit
9c3fa0d242
2 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue