Skip to content

Instantly share code, notes, and snippets.

2023-12-16T16:26:45.5764751Z … while evaluating the option `home-manager.users.moot.xdg.configFile."fontconfig/conf.d/10-hm-fonts.conf".text':
2023-12-16T16:26:45.5765348Z
2023-12-16T16:26:45.5765521Z … while calling anonymous lambda
2023-12-16T16:26:45.5765778Z
2023-12-16T16:26:45.5766167Z at /nix/store/3c06j8lzivfi4p89ym52vdf78kflaapk-source/lib/modules.nix:824:28:
2023-12-16T16:26:45.5766608Z
2023-12-16T16:26:45.5766793Z 823| # Process mkMerge and mkIf properties.
2023-12-16T16:26:45.5767270Z 824| defs' = concatMap (m:
2023-12-16T16:26:45.5767651Z | ^
2023-12-16T16:26:45.5768711Z 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
@gallexme
gallexme / build.log
Created November 2, 2023 19:16
pgadmin4 build failure
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@gallexme
gallexme / 0-nixos-tmpfs.md
Last active July 11, 2023 12:26 — forked from lheckemann/0-nixos-tmpfs.md
NixOS: switch-root to tmpfs

Build a NixOS config, copy it to a tmpfs, and enter it, shutting the running userspace (but not the kernel) down. This can be useful e.g. for repartitioning the system or switching it to a new zfs pool, without the need for extra installation media, and is a little faster than most other volatile system methods (e.g. kexec, classic USB or CD installer), since the store is in RAM and uncompressed right from the get-go. It also copies the SSH host keys from the building system to maintain the chain of trust in a remote system.

List = {}
function List.new ()
return {first = 0, last = -1}
end
function List.pushleft (list, value)
local first = list.first - 1
list.first = first
list[first] = value
end
@doc "Alle drehenede x"
defprotocol Drehzahl do
@doc "Berechnet die Aktuelle Drehzahl"
def rpm(device)
end
defimpl Drehzahl, for: Any do
def rpm(any), do: any.rpm
end
using System.Collections.Generic;
using TaleWorlds.CampaignSystem;
using TaleWorlds.SaveSystem;
namespace TestSPMod
{
public class CustomSaveTickerTest : CampaignBehaviorBase
{
public override void RegisterEvents()
{
using TaleWorlds.Engine.GauntletUI;
using TaleWorlds.Engine.Screens;
using TaleWorlds.GauntletUI.Data;
using TaleWorlds.InputSystem;
using TaleWorlds.MountAndBlade.View.Missions;
namespace CombatDevTest
{
[OverrideView(typeof(HostOptionsScreen))]
public class HostOptionsGauntletScreen : ScreenBase
obj.AddGameMenuOption("village", "village_work", "Work", game_menu_work_here_on_condition, this.game_menu_work_village_on_consequence,false,3);
obj.AddWaitGameMenu("village_work_menus", "You are Working", null, game_menu_village_work_on_condition, null, onWaitTick, GameMenu.MenuAndOptionType.WaitMenuHideProgressAndHoursOption, GameOverlays.MenuOverlayType.SettlementWithBoth);
obj.AddGameMenuOption("village_work_menus", "work_leave", "Stop Working", game_menu_stop_waiting_at_village_on_condition, this.game_menu_stop_working_at_village_on_consequence, true);
This file has been truncated, but you can view the full file.
[INFO][winit::platform::platform::x11::window] Guessed window DPI factor: 1.0833333333333333
[DEBUG][winit::platform::platform::x11::window] Calculated physical dimensions: 542x542
[INFO][amethyst::app] Initializing Amethyst...
[INFO][amethyst::app] Version: 0.11.1
[INFO][amethyst::app] Platform: x86_64-unknown-linux-gnu
[INFO][amethyst::app] Amethyst git commit: fc9243e292affa8b48dc801af05bb94fe7db2074
[INFO][amethyst::app] Rustc version: 1.35.0 Stable
[INFO][amethyst::app] Rustc git commit: 3c235d5600393dfe6c36eeed34042efad8d4f26e
[TRACE][amethyst::app] Entering `ApplicationBuilder::build`
[DEBUG][rendy_factory::factory] Creating factory
defmodule CryptoDiscord.Application do
use Application
alias Alchemy.Client
defmodule Commands do
use Alchemy.Cogs
alias Alchemy.{Client, Cache, User, Embed}
import Embed