wgautomesh from static binary hosted on gitea
This commit is contained in:
parent
f9b94f0b47
commit
f629f4c171
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
let
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.deuxfleurs.fr/lx/wgautomesh";
|
||||
rev = "a02cb2bb43935c45a1d3914ed74197d2a85920a0";
|
||||
wgautomesh = builtins.fetchTarball {
|
||||
url = "https://git.deuxfleurs.fr/attachments/ce203833-1ae7-43d4-9bf4-b49b560c9f4b";
|
||||
sha256 = "sha256:1kc990s7xkwff53vs6c3slg7ljsyr9xz1i13j61ivfj6djyh8rmj";
|
||||
};
|
||||
wgautomesh = (import src).packages.x86_64-linux.default;
|
||||
in
|
||||
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
|
Loading…
Reference in a new issue