From cd9f8c3ea26803b9730aa98e78d9cd7e57bd3bff Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 08:04:01 +0200 Subject: fix(templates): Remove last remnants of the old in-place instantiating system --- flake.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 381c846..ba19638 100644 --- a/flake.nix +++ b/flake.nix @@ -38,9 +38,6 @@ devShells.default = pkgs.mkShell { packages = with pkgs; [ cocogitto - - # needed for the `update_common_files` script - jq ]; }; -- cgit 1.4.1