Skip to content

Instantly share code, notes, and snippets.

View superherointj's full-sized avatar
💫
Human input is error.

superherointj

💫
Human input is error.
View GitHub Profile

musical tone is a steady periodic sound characterized by duration pitch intensity (or loudness) timbre (or quality)

@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/xb8wn138lciw9yjgvwwfsw215ybyr638-go1.16.linux-amd64.tar.gz
source root is go
setting SOURCE_DATE_EPOCH to timestamp 1613499336 of file go/pkg/linux_amd64_race/vendor/golang.org/x/net/nettest.a
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
@superherointj
superherointj / no-version-package-list.txt
Last active April 26, 2022 14:55
Repology - Package with empty versions - Nixpkgs Unstable - https://repology.org/log/11447633
_7kaa
addOpenGLRunpath
all-cabal-hashes
arcan.all-wrapped
altair
anki-bin
alsa-plugins-wrapper
apksigner
apparmor-parser
appimage-run
@superherointj
superherointj / reason-sdl2.nix
Last active April 24, 2022 14:44
reason-sdl2.nix => SOLVED => BUILDING FINE
{ buildDunePackage, cacert, dune-configurator, fetchFromGitHub, fetchurl, gnused, lib, libGL, libGLU, python3Packages, reason, revery-ui, SDL2, stdenv, writeShellScript, xorg }:
let libglad =
stdenv.mkDerivation {
name = "glad-output-generator-c";
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-5NhLnlqTlN8f5Jplv9ZIKzYdCJe5EVzHL4pr3MLctQE=";
@superherointj
superherointj / .envrc
Created January 23, 2022 12:02
Nix Demo for Go Project
# IMPORTANT: You have to install `direnv`!
#
# To enable direnv, `.bashrc` (or bash_profile? unsure) should have:
# eval "$(direnv hook bash)"
#
# To enable flake on DirEnv, add to `.config/direnv/lib/use_flake.sh`:
# use_flake() {
# watch_file flake.nix
# watch_file flake.lock
# $(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
@superherointj
superherointj / Dockerfile.go-alpine
Last active January 17, 2022 20:12
Gitlab-Runner: topologySpreadConstraints
FROM golang:1.17-alpine
RUN apk add --no-cache \
bash \
ca-certificates \
git \
tzdata \
openssh-client \
curl
@superherointj
superherointj / python2-broken.list
Created October 15, 2021 18:05
Python 2 Broken Packages
appleseed
arrow
ase
bitbucket_api
bitbucket-cli
blivet
browsermob-proxy
cairocffi
cairosvg
cherrypi
From 490c51b0fbfce927781f5ef93a34509cdb848676 Mon Sep 17 00:00:00 2001
From: superherointj <[email protected]>
Date: Fri, 8 Oct 2021 09:57:40 -0300
Subject: [PATCH 1/1] python3Packages.qstylizer: init 0.2.1
---
.../python-modules/qstylizer/default.nix | 35 +++++++++++++++++++
pkgs/top-level/python-packages.nix | 2 ++
2 files changed, 37 insertions(+)
create mode 100644 pkgs/development/python-modules/qstylizer/default.nix
@superherointj
superherointj / nixos.logs
Created August 24, 2021 11:53
NixOS Error on nixos-rebuild switch
# nixos-rebuild switch
Traceback (most recent call last):
File "/nix/store/4rj0wczwfbfkb63zxyypsbzsazpdcqyk-systemd-boot", line 240, in main
write_entry(*gen, machine_id)
File "/nix/store/4rj0wczwfbfkb63zxyypsbzsazpdcqyk-systemd-boot", line 103, in write_entry
subprocess.check_call([append_initrd_secrets, "/boot%s" % (initrd)])
File "/nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/lib/python3.8/subprocess.py", line 359, in check_call
retcode = call(*popenargs, **kwargs)
File "/nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/lib/python3.8/subprocess.py", line 340, in call
@superherointj
superherointj / home.nix
Last active July 23, 2021 21:36
Y3liZXI gist
/* cole ai */
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
users = {
intj = {
###
home.packages = let
telegram-cli = with pkgs;