Compare commits

..

No commits in common. "02ed4b61236a037b12a4f1060cb6461c1e5c4e39" and "f471cfc43846fbfad23d00e6e8e8067a85ed609e" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View file

@ -67,9 +67,6 @@
0.0.0.0 instagram.com 0.0.0.0 instagram.com
0.0.0.0 www.instagram.com 0.0.0.0 www.instagram.com
0.0.0.0 youtube.com
0.0.0.0 www.youtube.com
# The "people who you viewed can see you" thing is weird af # The "people who you viewed can see you" thing is weird af
0.0.0.0 linkedin.com 0.0.0.0 linkedin.com
0.0.0.0 www.linkedin.com 0.0.0.0 www.linkedin.com

View file

@ -19,12 +19,4 @@
# https://discourse.nixos.org/t/how-do-i-get-my-aarch64-linux-machine-to-build-x86-64-linux-extra-platforms-doesnt-seem-to-work/38106/2?u=leana8959 # https://discourse.nixos.org/t/how-do-i-get-my-aarch64-linux-machine-to-build-x86-64-linux-extra-platforms-doesnt-seem-to-work/38106/2?u=leana8959
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems; nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
security.doas.extraRules = [
{
users = [ ":wheel" ];
cmd = "framework_tool";
noPass = true;
}
];
} }

View file

@ -10,8 +10,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mattfbacon"; owner = "mattfbacon";
repo = "typst-bot"; repo = "typst-bot";
rev = "a4f2e0ea6046a1f9d551c1543d42696107d18a78"; rev = "c9d4b164ff5dc2567bb0de3876460e51da62ba94";
hash = "sha256-bLB9W/2nHPL/T2TxTJLBBC5JSQczklZ34n6AJAR/3gI="; hash = "sha256-tB+zrE5p7zOloOgoP2fmFsajd4IBf94ET1v/0W3aNcM=";
}; };
preBuild = '' preBuild = ''
@ -29,8 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoLock = { cargoLock = {
lockFile = "${finalAttrs.src}/Cargo.lock"; lockFile = "${finalAttrs.src}/Cargo.lock";
outputHashes = { outputHashes = {
"poise-0.6.1" = "sha256-/UrFlHWDsCDaqWd+XchmH0PzauxIWuYaJp9ZZh3W+50="; "poise-0.6.1" = "sha256-iXyp9sR/vzPsexGPdRjfuKyFcGqvDdqiBAXnuw/HFo8=";
"typst-dev-assets-0.14.2" = "sha256-mRkQXg1YG0qqcTVtgpQpvKw54RM9FBo1EgM2WJFbQAI=";
}; };
}; };
}) })