From 5b7ba247a1e1afcd32a72042150e1c25ad5c4171 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 31 Dec 2023 08:52:21 -0500 Subject: flake: update getchvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'getchvim': 'github:getchoo/getchvim/add749d0d1597930ae95ee29d10f5f41416b76d7' (2023-12-30) → 'github:getchoo/getchvim/3119d0e8be89bd5fa726d5424ecb181fc2fe0f58' (2023-12-31) • Removed input 'getchvim/nixvim' • Removed input 'getchvim/nixvim/flake-utils' • Removed input 'getchvim/nixvim/nixpkgs' • Removed input 'getchvim/nixvim/pre-commit-hooks' • Removed input 'getchvim/utils' --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 0ac8be8..2f74c04 100644 --- a/justfile +++ b/justfile @@ -41,14 +41,14 @@ ci: --no-nom \ --skip-cached \ --option accept-flake-config true \ + --option allow-import-from-derivation false \ --flake '.#hydraJobs' check: nix flake check \ --print-build-logs \ --show-trace \ - --accept-flake-config \ - --allow-import-from-derivation + --accept-flake-config update: nix flake update -- cgit v1.2.3