-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
bash-bd: init at 1.02 #92325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash-bd: init at 1.02 #92325
Conversation
Tested with Please rename your PR title with: |
src = fetchFromGitHub { | ||
owner = "vigneshwaranr"; | ||
repo = "bd"; | ||
rev = "c497fe7d85ec13e75c087a0fc64e67eeb4a24b0c"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "c497fe7d85ec13e75c087a0fc64e67eeb4a24b0c"; | |
rev = "v${version}"; |
maintainers = [ stdenv.lib.maintainers.adamse ]; | ||
}; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the final new line.
meta = { | ||
description = "Quickly go back to a specific parent directory in bash instead of typing `cd ../../..` redundantly"; | ||
homepage = "https://github.com/vigneshwaranr/bd"; | ||
license = stdenv.lib.licenses.mit; | ||
|
||
platforms = stdenv.lib.platforms.unix; | ||
maintainers = [ stdenv.lib.maintainers.adamse ]; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = { | |
description = "Quickly go back to a specific parent directory in bash instead of typing `cd ../../..` redundantly"; | |
homepage = "https://github.com/vigneshwaranr/bd"; | |
license = stdenv.lib.licenses.mit; | |
platforms = stdenv.lib.platforms.unix; | |
maintainers = [ stdenv.lib.maintainers.adamse ]; | |
}; | |
meta = with lib; { | |
description = "Quickly go back to a specific parent directory in bash instead of typing `cd ../../..` redundantly"; | |
homepage = "https://github.com/vigneshwaranr/bd"; | |
license = stdenv.lib.licenses.mit; | |
platforms = platforms.unix; | |
maintainers = with maintainers; [ adamse ]; | |
}; |
@adamse could you address the changes suggested by @SuperSandro2000 |
I marked this as stale due to inactivity. → More info |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)