diff options
| author | seth <[email protected]> | 2023-12-31 08:52:21 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-31 09:25:57 -0500 |
| commit | 5b7ba247a1e1afcd32a72042150e1c25ad5c4171 (patch) | |
| tree | 6c8835ee0dd097f005eed90ba84604706c634d37 /justfile | |
| parent | b7d328f3473b303b73655085f1f6efeeaf5c0f9b (diff) | |
flake: update getchvim
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'
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
