aboutsummaryrefslogtreecommitdiff
path: root/systems/eldiron
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-06-10 13:20:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-06-11 00:21:04 +0200
commit0f691603b4ed60e7afefa85cf5da3327e4c18366 (patch)
tree7bfa0a6bb66d5791b22f1edab011aa195a406c4b /systems/eldiron
parent4098541d0fb32431c6dfb38bb382123e1484b74d (diff)
downloadNix-0f691603b4ed60e7afefa85cf5da3327e4c18366.tar.gz
Nix-0f691603b4ed60e7afefa85cf5da3327e4c18366.tar.zst
Nix-0f691603b4ed60e7afefa85cf5da3327e4c18366.zip
Bump homer
Diffstat (limited to 'systems/eldiron')
-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 692eaae..da7335a 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 = "af6db21ee92824ddd9c4b9574018789619326ffc"; 6 rev = "f2f414a2e9b02d645acb49f62fdfcceb8eca7d19";
7 narHash = "sha256-TAf2oIPu5ZfRbxahAjOxwQ/z/g82pXmLPU8LhwxRgXs"; 7 narHash = "sha256-WrAx4gLKOVpwHtLh57ZLoWaUnfohwYlIX/LrwORIbFU=";
8 }; 8 };
9 yarnModules = yarn2nix-moretea.mkYarnModules rec { 9 yarnModules = yarn2nix-moretea.mkYarnModules rec {
10 nodejs = nodejs_16; 10 nodejs = nodejs_16;