summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index e8989f9..3586432 100644
--- a/flake.lock
+++ b/flake.lock
@@ -540,15 +540,17 @@
},
"locked": {
"lastModified": 1767649487,
- "narHash": "sha256-kvsiYI2OR90mdjDs8c5bJBnqqwksOl5rayxTx126Sv8=",
+ "narHash": "sha256-8plBHAsEv1TTrnkBBDRnLbDU66FQ2jGZbdeCypwIWvg=",
"ref": "main",
"rev": "c08ff09e481a86ee3d092dde3d223997d5bad134",
"revCount": 10,
+ "submodules": true,
"type": "git",
"url": "https://git.oxapentane.com/0xa/website.git"
},
"original": {
"ref": "main",
+ "submodules": true,
"type": "git",
"url": "https://git.oxapentane.com/0xa/website.git"
}
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";
};