From 358da8fb1aa987ae63b696b5dcf2ea22dcb5128b Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 7 Jun 2025 19:51:38 +0200 Subject: [PATCH] enable submodules --- flake.lock | 4 +++- flake.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index cd43c7b..7fbaeae 100644 --- a/flake.lock +++ b/flake.lock @@ -8,15 +8,17 @@ }, "locked": { "lastModified": 1749316976, - "narHash": "sha256-L9xnHsdn+ejv7LEvdmnLPjdeVPpwjGDfoEBYa/B7gXU=", + "narHash": "sha256-9SI0mbcquU9XPa2J1/NCABnfQVu8wPr/3xP8Pi6FYoY=", "ref": "staging", "rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4", "revCount": 348, + "submodules": true, "type": "git", "url": "https://git.berlin.ccc.de/cccb-website-team/www.git" }, "original": { "ref": "staging", + "submodules": true, "type": "git", "url": "https://git.berlin.ccc.de/cccb-website-team/www.git" } diff --git a/flake.nix b/flake.nix index 92f0c65..e89e366 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05"; cccb-www = { - url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging"; + url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging&submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; }; };