aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorYusuf Bera Ertan2022-11-21 15:06:43 +0000
committerGitHub2022-11-21 15:06:43 +0000
commit48e44720e4001e9d2feef7f4a24c1b10d43ad7df (patch)
tree0fa4ef27625458f8e2448039ca9a48ee0908c21a /flake.nix
parent0b2bb061b95b60c51f018f541e622b731ddd14ef (diff)
build(nix): don't run tests in builds since CI runs them already, update inputs (#4834)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b1d3f01e..fe1c6b44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;