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

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

diff --git a/flake.nix b/flake.nix
index 3f49545ac..55e5bf45a 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";
+      url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git?dir=common";
       flake = true;
       inputs.nixpkgs.follows = "nixpkgs";
     };
-- 
GitLab