This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testestest :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>Helia Node Status</title> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/@helia/[email protected]/dist/index.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/@helia/[email protected]/dist/index.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/@chainsafe/[email protected]/dist/index.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/@chainsafe/[email protected]/dist/index.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs ? import <nixpkgs> { }, ... }: | |
# we used this reference here to create the package: | |
# https://ryantm.github.io/nixpkgs/languages-frameworks/maven/#maven-buildmavenpackage | |
let jdk = pkgs.jdk21.override { enableJavaFX = true; }; | |
in pkgs.maven.buildMavenPackage rec { | |
pname = "bigdata-file-viewer"; | |
version = "1.1.1"; | |
src = pkgs.fetchFromGitHub { |
OlderNewer