Replace vix with vic
All checks were successful
/ check (push) Successful in 2m38s

This commit is contained in:
Oliver Davies 2025-08-08 02:25:28 +01:00
parent 8d08b321b3
commit 546341fbc9
7 changed files with 20 additions and 18 deletions

9
packages/vic.nix Executable file
View file

@ -0,0 +1,9 @@
{ inputs, pkgs }:
pkgs.writeShellApplication rec {
name = "vic";
runtimeInputs = with pkgs; [ neovim tmux ];
text = builtins.readFile "${inputs.rwxrob-dot}/scripts/${name}";
}