From 8b5376281f474f2cbcbcb34fd29e33ff8805da1d Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 5 Jan 2026 22:51:01 +0100 Subject: submodules need to be explicit... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 408a739..43b923a 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ }; website = { - url = "git+https://git.oxapentane.com/0xa/website.git?ref=main"; + url = "git+https://git.oxapentane.com/0xa/website.git?ref=main&submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; }; -- cgit v1.3.1