musical tone is a steady periodic sound characterized by duration pitch intensity (or loudness) timbre (or quality)
This file contains 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
@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" } |
This file contains 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
_7kaa | |
addOpenGLRunpath | |
all-cabal-hashes | |
arcan.all-wrapped | |
altair | |
anki-bin | |
alsa-plugins-wrapper | |
apksigner | |
apparmor-parser | |
appimage-run |
This file contains 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
{ 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="; |
This file contains 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
# 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")" |
This file contains 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
FROM golang:1.17-alpine | |
RUN apk add --no-cache \ | |
bash \ | |
ca-certificates \ | |
git \ | |
tzdata \ | |
openssh-client \ | |
curl |
This file contains 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
appleseed | |
arrow | |
ase | |
bitbucket_api | |
bitbucket-cli | |
blivet | |
browsermob-proxy | |
cairocffi | |
cairosvg | |
cherrypi |
This file contains 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
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 |
This file contains 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
# 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 |
This file contains 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
/* cole ai */ | |
home-manager = { | |
useUserPackages = true; | |
useGlobalPkgs = true; | |
users = { | |
intj = { | |
### | |
home.packages = let | |
telegram-cli = with pkgs; |