fix flake ref
This commit is contained in:
parent
480c4a556c
commit
63a3134920
|
@ -9,13 +9,14 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749316976,
|
"lastModified": 1749316976,
|
||||||
"narHash": "sha256-L9xnHsdn+ejv7LEvdmnLPjdeVPpwjGDfoEBYa/B7gXU=",
|
"narHash": "sha256-L9xnHsdn+ejv7LEvdmnLPjdeVPpwjGDfoEBYa/B7gXU=",
|
||||||
"ref": "refs/heads/staging",
|
"ref": "staging",
|
||||||
"rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4",
|
"rev": "9b0da1e267c160f2aa9ad14f2869b04bfd2467a4",
|
||||||
"revCount": 348,
|
"revCount": 348,
|
||||||
"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",
|
||||||
"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";
|
url = "git+https://git.berlin.ccc.de/cccb-website-team/www.git?ref=staging";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue