This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

linux: update

https://github.com/tombl/linux/commit/7e3261aed1bca96d1bf01475ab3de57aa17b479e

+2 -2
+1 -1
flake/apps.nix
··· 20 20 ''; 21 21 22 22 apps.runner.program = pkgs.writeShellScriptBin "wasm-linux-runner" '' 23 - ${lib.getExe pkgs.deno} run --allow-read ${config.packages.site}/run.js --initcpio=${initramfs} "$@" 23 + ${lib.getExe pkgs.deno} run --allow-read ${config.packages.site}/run.js "$@" 24 24 ''; 25 25 26 26 apps.serve.program = pkgs.writeShellScriptBin "wasm-linux-serve" ''
+1 -1
packages/linux/package.nix
··· 26 26 owner = "tombl"; 27 27 repo = "linux"; 28 28 rev = "refs/heads/wasm"; 29 - hash = "sha256-MI2WmMwH0aLtXTMYkjEIFjBb4ri94gF2Y8WEW3BG8tA="; 29 + hash = "sha256-SBj9onoL7QlesAKM+6UVZ12UbpoyQjG59Uf59+dgv90="; 30 30 }; 31 31 path = [ 32 32 bc