mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
build(nix): don't run tests in builds since CI runs them already, update inputs (#4834)
This commit is contained in:
parent
0b2bb061b9
commit
48e44720e4
2 changed files with 14 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue