Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 40ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
mdebray

mdebray / docs.nix

Last active 7 hours ago
0 0 1
1 {
2 lib,
3 fetchFromGitHub,
4 stdenv,
5 fetchYarnDeps,
6 nodejs,
7 fixup-yarn-lock,
8 yarn,
9 yarnConfigHook,
10 makeWrapper,