We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c541e commit 27a9dd5Copy full SHA for 27a9dd5
ixnay
@@ -254,7 +254,7 @@ ixnay() {
254
#help -- and then displays it.
255
#help -- NixOS required currently. May work with nix-darwin in the future.
256
#help -- (The "here" arg is a synonym for the other "no-upgrade" options.)
257
- if [ "$DISTRO" = "nixos" ]; then
+ if [ "$DISTRO" = "nixos" ] || [ "$DISTRO" = "wsl" ]; then
258
# make sure we're not just doing a dry run
259
if ! [ -n "${DRY_RUN}" ]; then
260
# rename the last logfile to its timestamp
@@ -727,3 +727,4 @@ if [ "$me" = "ixnay" ]; then
727
# shellcheck disable=SC2048,SC2086
728
ixnay $*
729
fi
730
+
0 commit comments