From b672a3c564ebbd99a1f97391542ce32250ace1a8 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 30 Jan 2025 21:55:15 +0100
Subject: [PATCH] wip

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 55e5bf45a..f6fa38932 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,7 @@
     flake-utils = {url = "github:numtide/flake-utils";};
 
     commonFlake = {
-      url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git?dir=common";
+      url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git?dir=common&ref=master";
       flake = true;
       inputs.nixpkgs.follows = "nixpkgs";
     };
-- 
GitLab