nix-config/packages/vic.nix
Oliver Davies 546341fbc9
All checks were successful
/ check (push) Successful in 2m38s
Replace vix with vic
2025-08-08 02:25:28 +01:00

9 lines
185 B
Nix
Executable file

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