summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2026-01-05 22:51:01 +0100
committerGrisha Shipunov2026-01-05 22:51:01 +0100
commit8b5376281f474f2cbcbcb34fd29e33ff8805da1d (patch)
tree36ead7b8e58528f5459777a49366caf83ec648ff
parente5a17e5578c1da9b7d5aa868ef9d009d8d54bacc (diff)
submodules need to be explicit...
-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";
};