mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Packaged hydrasect
This commit is contained in:
parent
28b010cdbc
commit
fe0a7d03d3
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