From 630d881b2eda822816e49e8b5e2936f60fd328b1 Mon Sep 17 00:00:00 2001 From: Jonas Rabenstein Date: Mon, 3 Feb 2025 16:41:25 +0100 Subject: [PATCH] flake: we do not need a second checkout --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 5f2038f..904947a 100644 --- a/flake.nix +++ b/flake.nix @@ -60,10 +60,7 @@ pname = "boddle"; version = "v0.0.1"; vendorHash = "sha256-XH/u+lcVsLoWDoMPp5/rwWytTpM17mXmoLKJUnJ9BRI="; - src = pkgs.fetchgit { - url = "https://git.fbs42.ddnss.de/forgejo/fbs42/boddle"; - hash = "sha256-6zK+oAGJz1UCo2eZZAlSH6VqMGba9g2hKnzG1kN0gYI="; - }; + src = ./.; }; devshell = pkgs: pkgs.mkShell {