all repos — scriptura @ 433782d3d494d65578347f0eb6f610e91bc49394

a corner in $HOME for your scripts

configure nix package, overlay, flake

Alan Pearce
commit

433782d3d494d65578347f0eb6f610e91bc49394

parent

9b7b6f66f69aa1b6e3c1583e8dee81c403852d29

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M default.nixdefault.nix
@@ -1,12 +1,18 @@
{ lib, buildFishPlugin, + fishtape_3, ... }: buildFishPlugin { pname = "scriptura"; version = "0.0.1"; src = ./.; + + checkPlugins = [ fishtape_3 ]; + checkPhase = '' + fishtape tests/*.fish + ''; meta = { description = "A fish plugin for scriptura";