fix flake ref

This commit is contained in:
Vinzenz Schroeter 2025-06-07 19:40:26 +02:00
parent 480c4a556c
commit 63a3134920
2 changed files with 3 additions and 2 deletions

View file

@ -9,13 +9,14 @@
"locked": {
"lastModified": 1749316976,
"narHash": "sha256-L9xnHsdn+ejv7LEvdmnLPjdeVPpwjGDfoEBYa/B7gXU=",
"ref": "refs/heads/staging",
"ref": "staging",
"rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4",
"revCount": 348,
"type": "git",
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
},
"original": {
"ref": "staging",
"type": "git",
"url": "https://git.berlin.ccc.de/cccb-website-team/www.git"
}

View file

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
cccb-www = {
url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git";
url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging";
inputs.nixpkgs.follows = "nixpkgs";
};
};