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
#!/usr/bin/env nix-shell | |
#! nix-shell -i bash -p coreutils | |
# 🅭🄍1.0 This file is dedicated to the public domain using the CC0 1.0 Universal | |
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>. | |
set -e | |
readonly flatpak_args=( | |
-h --help | |
--version | |
--default-arch |
This file has been truncated, but you can view the full file.
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 { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/x5k3x9xggcxzspn12cvg68wmqaxyr125-SDL-2.548.tar.gz | |
source root is SDL-2.548 | |
setting SOURCE_DATE_EPOCH to timestamp 1526727352 of file SDL-2.548/typemap | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } | |
updateAutotoolsGnuConfigScriptsPhase | |
@nix { "action": "setPhase", "phase": "configurePhase" } |
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
# 🅭🄍1.0 This file is dedicated to the public domain using the CC0 1.0 Universal | |
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>. | |
tool | |
extends EditorScript | |
signal finished_updating_scene_files | |
# If this was Godot 4, I would probably just use the built-in Callable type |
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
# 🅭🄍1.0 This file is dedicated to the public domain using the CC0 1.0 Universal | |
# Public Domain Dedication: | |
# <https://creativecommons.org/publicdomain/zero/1.0/> | |
{ diskoDir }: | |
let | |
configuration = { pkgs, modulesPath, ... }: { | |
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ]; | |
# This will (hopefully) make the ISO build faster. | |
isoImage.squashfsCompression = "lz4"; |
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 { "action": "setPhase", "phase": "unpackPhase" } | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/47b4cqhk9waii1yx3y8wapklzzwld1m2-vhba-module-20211218.tar.xz | |
source root is vhba-module-20211218 | |
setting SOURCE_DATE_EPOCH to timestamp 1639826332 of file vhba-module-20211218/vhba.c | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
Running phase: patchPhase | |
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } | |
Running phase: updateAutotoolsGnuConfigScriptsPhase | |
@nix { "action": "setPhase", "phase": "configurePhase" } |
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
these 2 paths will be fetched (0.11 MiB download, 0.62 MiB unpacked): | |
/nix/store/xcx9prry5zc1ya5qpzdss3pkp03a32z4-nixpkgs-review-2.10.3 | |
/nix/store/vjsnpg4awfwgwsp99zlcpsjpasn69lvq-python3.11-argcomplete-3.1.6 | |
copying path '/nix/store/vjsnpg4awfwgwsp99zlcpsjpasn69lvq-python3.11-argcomplete-3.1.6' from 'https://cache.nixos.org'... | |
copying path '/nix/store/xcx9prry5zc1ya5qpzdss3pkp03a32z4-nixpkgs-review-2.10.3' from 'https://cache.nixos.org'... | |
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/129388/head:refs/nixpkgs-review/1 | |
remote: Enumerating objects: 28, done. | |
remote: Counting objects: 100% (24/24), done. | |
remote: Compressing objects: 100% (11/11), done. | |
remote: Total 28 (delta 13), reused 17 (delta 13), pack-reused 4 |
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
#!/usr/bin/env bash | |
# SPDX-FileNotice: 🅭🄍1.0 This file is dedicated to the public domain using the CC0 1.0 Universal Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>. | |
# SPDX-FileContributor: Jason Yundt <[email protected]> (2024) | |
set -o errexit -o nounset -o pipefail | |
file_listing="$(git ls-files --eol)" | |
function echo_file_listing { | |
printf "%s\n" "$file_listing" | |
} |
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
10:38:23 [info] :: Logger initialized | |
GatherArgs: Arg (0) is [./Descent3]. | |
10:38:23 [info] lnxmain.cpp:main:578 | |
Descent 3 Linux Client v1.5.0 0e55dee | |
Copyright (C) 1999 Outrage Entertainment, Inc. | |
FindArg: Did not find [-windowed] on command line. | |
FindArg: Did not find [-fullscreen] on command line. | |
FindArg: Did not find [-game_checksum] on command line. |
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
11:10:31 [info] :: Logger initialized | |
GatherArgs: Arg (0) is [./Descent3]. | |
11:10:31 [info] lnxmain.cpp:main:578 | |
Descent 3 Linux Client v1.5.0 0e55dee | |
Copyright (C) 1999 Outrage Entertainment, Inc. | |
FindArg: Did not find [-windowed] on command line. | |
FindArg: Did not find [-fullscreen] on command line. | |
FindArg: Did not find [-game_checksum] on command line. |
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
GNU gdb (GDB) 13.2 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Type "show copying" and "show warranty" for details. | |
This GDB was configured as "x86_64-unknown-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<https://www.gnu.org/software/gdb/bugs/>. |