aboutsummaryrefslogtreecommitdiff
path: root/systems/eldiron/websites/tools
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-03-03 01:36:23 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-03-03 01:47:26 +0100
commitf5ef667f54e37a0652463c04df4fa9b634a75756 (patch)
treec088f58c9ae1bde0c42c86781c4b3263bbae4bcc /systems/eldiron/websites/tools
parenta08b46f287ae2e03071da03e0353493e634dd7b3 (diff)
downloadNix-f5ef667f54e37a0652463c04df4fa9b634a75756.tar.gz
Nix-f5ef667f54e37a0652463c04df4fa9b634a75756.tar.zst
Nix-f5ef667f54e37a0652463c04df4fa9b634a75756.zip
Add patch pages
Diffstat (limited to 'systems/eldiron/websites/tools')
-rw-r--r--systems/eldiron/websites/tools/landing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/eldiron/websites/tools/landing.nix b/systems/eldiron/websites/tools/landing.nix
index f5d851e..692eaae 100644
--- a/systems/eldiron/websites/tools/landing.nix
+++ b/systems/eldiron/websites/tools/landing.nix
@@ -3,8 +3,8 @@ let
3 source = builtins.fetchGit { 3 source = builtins.fetchGit {
4 url = "https://git.immae.eu/github/bastienwirtz/homer.git"; 4 url = "https://git.immae.eu/github/bastienwirtz/homer.git";
5 ref = "gitolite_local/local_changes"; 5 ref = "gitolite_local/local_changes";
6 rev = "bb60c5b869931f305f15c5bfa9cdb3f68702f01f"; 6 rev = "af6db21ee92824ddd9c4b9574018789619326ffc";
7 narHash = "sha256-xBIBUJhQ7KPY0d92pW9ErA9OvGafWcxyuGkbHShF4Bs="; 7 narHash = "sha256-TAf2oIPu5ZfRbxahAjOxwQ/z/g82pXmLPU8LhwxRgXs";
8 }; 8 };
9 yarnModules = yarn2nix-moretea.mkYarnModules rec { 9 yarnModules = yarn2nix-moretea.mkYarnModules rec {
10 nodejs = nodejs_16; 10 nodejs = nodejs_16;