mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Added lazygit
This commit is contained in:
parent
0b9ea46061
commit
28b010cdbc
3 changed files with 44 additions and 1 deletions
21
packages/hydrasect/default.nix
Normal file
21
packages/hydrasect/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
name = "hydrasect";
|
||||
src = stdenv.fetchGit {
|
||||
url = "https://git.qyliss.net/hydrasect/";
|
||||
ref = "main";
|
||||
rev = "e8ac7c351122f1a8fc3dbf0cd4805cf2e83d14da";
|
||||
};
|
||||
|
||||
nativebuildInputs = with pkgs; [ meson rustc ninja pkg-config ];
|
||||
|
||||
buildInputs = nativebuildInputs;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
homepage = "https://git.qyliss.net/hydrasect/";
|
||||
license = with licenses; [ gpl3Only ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue