diff options
| -rw-r--r-- | flake.lock | 4 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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" } @@ -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"; }; |
