From 48c5307692f5747c08c1de65748fbcd69030a4f8 Mon Sep 17 00:00:00 2001 From: snarmph Date: Wed, 18 Feb 2026 14:34:21 +0100 Subject: [PATCH] . --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c5fe031..0f97e43 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ packages.${system}.nvimConfig = pkgs.runCommand "nvim-config" {} '' mkdir -p $out cp -r ${self}/. $out - '' - + ''; }; }