From a0ac65dc28b5fe5181d70399599eb0ad239005b4 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 2 Feb 2025 19:54:53 +0100 Subject: [PATCH] chore: update nix --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 9ef274f44..16779df68 100644 --- a/flake.lock +++ b/flake.lock @@ -58,11 +58,11 @@ "rev": "c89890f1c4dfbc0e2909651d99cd11cc6f735255", "revCount": 4, "type": "git", - "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flake-common" + "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flake-common.git" }, "original": { "type": "git", - "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flake-common" + "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flake-common.git" } }, "flake-utils": { diff --git a/flake.nix b/flake.nix index 202e8ae5b..1b98d1b50 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-flake-common"; + url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flake-common.git"; flake = true; inputs.nixpkgs.follows = "nixpkgs"; }; -- GitLab