build(nix): don't run tests in builds since CI runs them already, update inputs (#4834)

This commit is contained in:
Yusuf Bera Ertan 2022-11-21 18:06:43 +03:00 committed by GitHub
parent 0b2bb061b9
commit 48e44720e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 13 deletions

View file

@ -150,6 +150,7 @@
["languages.toml" "theme.toml" "base16_theme.toml"]
}
'';
checkPhase = ":";
meta.mainProgram = "hx";
};
@ -166,7 +167,7 @@
packages
// {
helix-unwrapped = packages.helix.passthru.unwrapped;
helix-unwrapped-debug = packages.helix-debug.passthru.unwrapped;
helix-unwrapped-dev = packages.helix-dev.passthru.unwrapped;
}
)
outputs.packages;