Go to file
2026-06-25 18:59:29 +03:00
.forgejo/workflows navaibkodil 2026-06-25 18:59:29 +03:00
assets ААААААААА ЧТО ЭТО ЗА АРХИТЕКТУРА 2026-06-25 18:59:28 +03:00
.gitattributes Initial commit 2026-06-25 18:59:28 +03:00
.gitignore license and PKGBUILD 2026-06-25 18:59:29 +03:00
.SRCINFO license and PKGBUILD 2026-06-25 18:59:29 +03:00
default.nix Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
flake.lock Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
flake.nix Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
go.mod Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
gomod2nix.toml Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
LICENSE license and PKGBUILD 2026-06-25 18:59:29 +03:00
main.go license and PKGBUILD 2026-06-25 18:59:29 +03:00
PKGBUILD aur automatization 2026-06-25 18:59:29 +03:00
README.md Обновить README.md 2026-06-25 18:59:29 +03:00
shell.nix Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00

Build

to build:

go build main.go

to run:

./main

NixOS

credits to melvi for this

to build with nix:

nix build

to run with nix:

nix run

to install with nixos:

  1. Add to inputs:
goGoFetch.url = "git+https://codeberg.org/nekohepott/goGoFetch";
  1. Add to packages (system-wide or home-manager):
environment.systemPackages = [
  inputs.goGoFetch.packages.${pkgs.system}.default
];

or

home.packages = [
  inputs.goGoFetch.packages.${pkgs.system}.default
];
  1. Run rebuild and then you can run fetch with gogofetch command

Screenshots

Fetch image