Skip to content

Instantly share code, notes, and snippets.

View PerchunPak's full-sized avatar

Perchun Pak PerchunPak

View GitHub Profile
diff --git a/modules/nixos/disko.nix b/modules/nixos/disko.nix
index 2c49e4a..2528d1f 100644
--- a/modules/nixos/disko.nix
+++ b/modules/nixos/disko.nix
@@ -22,18 +22,22 @@
};
};
swap = {
- size = "4G";
+ size = "8G";
@PerchunPak
PerchunPak / nix-2.19.4-build.log
Created March 17, 2024 17:27
nix log /nix/store/kbsz0x3jz2x617g67kgpzssg0jy1kxpm-nix-2.19.4.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/044fcnhp4wzqzg6f1k76sfnqq787l6nn-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
patching script interpreter paths in tests
tests/functional/install-darwin.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh"
tests/functional/nix-daemon-untrusting.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh"
tests/functional/push-to-store-old.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/sh"
@PerchunPak
PerchunPak / python3.12-pydocstyle-6.3.0.log
Created March 15, 2024 18:08
nix log /nix/store/05908nd888ss63axnky4xv17swjvq2jd-python3.12-pydocstyle-6.3.0.drv
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 python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.