diff options
| author | Grisha Shipunov | 2026-01-05 22:51:01 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-05 22:51:01 +0100 |
| commit | 8b5376281f474f2cbcbcb34fd29e33ff8805da1d (patch) | |
| tree | 36ead7b8e58528f5459777a49366caf83ec648ff /flake.nix | |
| parent | e5a17e5578c1da9b7d5aa868ef9d009d8d54bacc (diff) | |
submodules need to be explicit...
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; }; |
