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
(final: prev: { | |
wrapQemuBinfmtP = name: emulator: | |
prev.wrapQemuBinfmtP name ( | |
pkgs.runCommand "${name}-arg-wrapper" { | |
nativeBuildInputs = [ final.pkgsStatic.makeBinaryWrapper ]; | |
} '' | |
makeWrapper ${emulator} $out --add-flags '-cpu max,pauth-impdef=on' | |
'' | |
); | |
}) |
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
CREATE FUNCTION hash_agg_tfunc(bytea, anyelement) RETURNS bytea AS $$ | |
SELECT sha256(convert_to($2::text, 'UTF8') || $1) | |
$$ LANGUAGE SQL; | |
CREATE AGGREGATE hash_agg (anyelement) ( | |
sfunc = hash_agg_tfunc, | |
stype = bytea, | |
initcond = '{}' | |
); |
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
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: python3.11 [11605] | |
Path: /Volumes/VOLUME/*/python3.11 | |
Identifier: python3.11 | |
Version: ??? | |
Code Type: ARM-64 (Native) | |
Parent Process: Exited process [11324] |
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 | |
, stdenvNoCC | |
, fetchFromGitHub | |
, awscli | |
, coreutils | |
, makeWrapper | |
, gnugrep | |
, gnused | |
, jq | |
, which |
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
=================================== FAILURES =================================== | |
[31m[1m______________________________ test_verify_cases _______________________________[0m | |
[gw12] linux -- Python 3.11.7 /nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/bin/python3.11 | |
[1m[31mlib/python3.11/site-packages/scipy/linalg/tests/test_decomp_polar.py[0m:89: in test_verify_cases | |
verify_polar(a) | |
a = [[1, 2, 3]] | |
[1m[31mlib/python3.11/site-packages/scipy/linalg/tests/test_decomp_polar.py[0m:77: in verify_polar | |
evals = eigh(p, eigvals_only=True) | |
a = [[1, 2, 3]] | |
aa = array([[1, 2, 3]]) |
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
{ | |
systemd: { | |
network: { | |
netdevs: ( | |
.network.ethernets | with_entries(.value |= { | |
netdevConfig: {Name: ."set-name"}, | |
matchConfig: {MACAddress: .match.macaddress} | |
}) | |
) | |
} |
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
services.postgresql = { | |
enable = true; | |
enableTCPIP = true; | |
ensureDatabases = [ | |
"concourse" | |
]; | |
ensureUsers = [ | |
{ | |
name = "concourse"; | |
ensurePermissions = { |
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
unpacking sources | |
unpacking source archive /nix/store/mw664kgniq3ch73i66zlgbg7krksizlp-source | |
source root is source | |
patching sources | |
updateAutotoolsGnuConfigScriptsPhase | |
configuring | |
no configure script, doing nothing | |
building | |
build flags: SHELL=/nix/store/a7f7xfp9wyghf44yv6l6fv9dfw492hd3-bash-5.2-p15/bin/bash | |
[CC] buffer.o |
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
unpacking sources | |
unpacking source archive /nix/store/ydb6n6fghhx32izg0pdk8x0bkrmnd61k-source | |
source root is source | |
patching sources | |
updateAutotoolsGnuConfigScriptsPhase | |
Updating Autotools / GNU config script to a newer upstream version: ./nng/extern/msquic/submodules/openssl/krb5/src/config/config.sub | |
Updating Autotools / GNU config script to a newer upstream version: ./nng/extern/msquic/submodules/openssl/krb5/src/config/config.guess | |
configuring | |
fixing cmake files... | |
cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/csi69820lpy04q1rc610qkm3k7cxs7i8-nanomq-0.18.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/csi69820lpy04q1rc610qkm3k7cxs7i8-nanomq-0.18.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/csi69820lpy04q1rc610qkm3k7cxs7i8-nanomq-0.18.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/csi69820lpy04q1rc610qkm3k7cxs7i8-nanomq-0.18.2/share |
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
unpacking sources | |
unpacking source archive /nix/store/m51ns7p2rjn91lzr1021b05z57176d3y-root_v5.34.38.source.tar.gz | |
source root is root | |
setting SOURCE_DATE_EPOCH to timestamp 1520866180 of file root/etc/gitinfo.txt | |
patching sources | |
applying patch /nix/store/xzi1l7qs3ms4bsc1qnrsjv723rv0frdn-sw_vers_root5.patch | |
patching file build/unix/compiledata.sh | |
patching file cmake/modules/SetUpMacOS.cmake | |
patching file config/root-config.in | |
patching file cint/ROOT/CMakeLists.txt |
NewerOlder