enable submodules
This commit is contained in:
parent
63a3134920
commit
358da8fb1a
|
@ -8,15 +8,17 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749316976,
|
"lastModified": 1749316976,
|
||||||
"narHash": "sha256-L9xnHsdn+ejv7LEvdmnLPjdeVPpwjGDfoEBYa/B7gXU=",
|
"narHash": "sha256-9SI0mbcquU9XPa2J1/NCABnfQVu8wPr/3xP8Pi6FYoY=",
|
||||||
"ref": "staging",
|
"ref": "staging",
|
||||||
"rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4",
|
"rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4",
|
||||||
"revCount": 348,
|
"revCount": 348,
|
||||||
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
|
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "staging",
|
"ref": "staging",
|
||||||
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
|
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
||||||
cccb-www = {
|
cccb-www = {
|
||||||
url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging";
|
url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging&submodules=1";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue