From 63a31349208d35e9d3d8d812213490de73edb826 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 7 Jun 2025 19:40:26 +0200 Subject: [PATCH] fix flake ref --- flake.lock | 3 ++- flake.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 1a7cc56..cd43c7b 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index f2d2e0a..92f0c65 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };