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
| #line 0 "wrapper.h" | |
| #include<chromaprint.h> |
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
| self: super: { | |
| ffmpeg_4 = super.ffmpeg_4.override { openglSupport = true; libmfxSupport = true; }; | |
| } |
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
| Application Basics | |
| ------------------ | |
| Name: Firefox | |
| Version: 75.0b2 | |
| Build ID: 20200310192828 | |
| Update Channel: beta | |
| User Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0 | |
| OS: Linux 5.5.8 | |
| Multiprocess Windows: 1/1 Enabled by default |
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 ./nix }: | |
| let | |
| generated = pkgs.callPackage ./Cargo.nix { | |
| inherit pkgs; | |
| defaultCrateOverrides = pkgs.defaultCrateOverrides // { | |
| openssl-sys = attrs: { | |
| buildInputs = with pkgs; [ openssl pkg-config ]; | |
| }; | |
| }; | |
| }; |
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
| { lib ? import <nixpkgs/lib> | |
| , pkgs ? import <nixpkgs> | |
| }: | |
| with builtins; with lib; | |
| let | |
| ciPath = "./.github/workflows/ci.yml"; | |
| checkout = { | |
| name = "Checkout"; | |
| uses = "actions/checkout@v2"; | |
| }; |
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
| diff --git a/dbus/xdg.c b/dbus/xdg.c | |
| index 81e115d..55fe4d0 100644 | |
| --- a/dbus/xdg.c | |
| +++ b/dbus/xdg.c | |
| @@ -116,6 +116,7 @@ static int handle_notify(sd_bus_message *msg, void *data, | |
| notif->app_name = strdup(app_name); | |
| notif->app_icon = strdup(app_icon); | |
| + fprintf(stderr, ">>>> L119:notif-app_icon=%s\n", notif->app_icon); | |
| notif->summary = strdup(summary); |
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
| { lib, pkgs, ... }: with builtins; | |
| let | |
| userDirs = attrNames (lib.filterAttrs (_: v: v == "directory") (readDir ./.)); | |
| mkUser = u: let | |
| mod = import (./. + "/${u}") { inherit lib pkgs; }; | |
| in { | |
| "users.users.${u}" = mod.system; | |
| "home-manager.users.${u}" = mod.home; | |
| }; | |
| users = (lib.genAttrs userDirs mkUser); |
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
| { lib }: let | |
| overlayFiles = lib.traceVal builtins.attrNames (builtins.readDir ./.); | |
| overlayObjs = lib.traceVal builtins.map (f: import ( ./. + "/${f}" ) ) overlayFiles; | |
| overlays = lib.traceVal builtins.filter (elem: builtins.isFunction elem) overlayObjs; | |
| in overlays |
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
| - /nix/store/mmkx5129rxxvn3370jq019xm1h7k0ff1-nixos-system-foucault-20.09pre215872.3d6cdfa24bd.drv:{out} | |
| + /nix/store/1srl2nrfrb2pm0wz11drri2kaz2wq2qn-nixos-system-foucault-20.09pre215936.93fd4b7f007.drv:{out} | |
| • The input named `etc` differs | |
| - /nix/store/ma5jyh78pigzrsv4pgf4yxnnxfz97bpr-etc.drv:{out} | |
| + /nix/store/i79c96if87dacpz5hl4vmz4wa1n2s3ji-etc.drv:{out} | |
| • The input named `dbus-1` differs | |
| - /nix/store/8isqfk8lvi66i8d05j51jxs4s1jdzsys-dbus-1.drv:{out} | |
| + /nix/store/i4jv3869in7q7pxsxg52f4za980qsg64-dbus-1.drv:{out} | |
| • The input named `system-path` differs | |
| - /nix/store/x37nyxwwc8r12k4cv30zmd3wq17lx57g-system-path.drv:{out} |
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
| #! /nix/store/8gy2bmpz3qawxr3g8hqhfgkf32wb0wfl-bash-4.4-p23/bin/bash -e | |
| export GIO_EXTRA_MODULES='/nix/store/0bh7p5clasvw3rpw1i02bzl9qhnc0hni-dconf-0.34.0-lib/lib/gio/modules'${GIO_EXTRA_MODULES:+':'}$GIO_EXTRA_MODULES | |
| export GIO_EXTRA_MODULES='/nix/store/0bh7p5clasvw3rpw1i02bzl9qhnc0hni-dconf-0.34.0-lib/lib/gio/modules'${GIO_EXTRA_MODULES:+':'}$GIO_EXTRA_MODULES | |
| export GDK_PIXBUF_MODULE_FILE='/nix/store/7lhl44vvcjmbh2l9949l4dws0dy9wnpg-librsvg-2.46.4/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' | |
| export XDG_DATA_DIRS='/nix/store/431pnhcrqnk9pf74vbvqb4858j162i2x-gtk+3-3.24.14/share:/nix/store/82rd2p90mqmrgb29sbjlvxldamxlwjvp-cups-2.3.1/share:/nix/store/nygx50f5sg3hmx0jj924rr347baf18bc-gcr-3.34.0/share:/nix/store/37y3khykg6v025mpxvsgn36xx5xxc0cc-adwaita-icon-theme-3.34.3/share:/nix/store/m3685xfx0las6brlnkc8c8szsmjjkxzv-hicolor-icon-theme-0.17/share:/nix/store/431pnhcrqnk9pf74vbvqb4858j162i2x-gtk+3-3.24.14/share:/nix/store/82rd2p90mqmrgb29sbjlvxldamxlwjvp-cups-2.3.1/share:/nix/store/nygx50f5sg3hmx0jj924rr347baf18bc- |