-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
page: init at 2.3.4 #82949
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
page: init at 2.3.4 #82949
Conversation
ced855f
to
7d7afb7
Compare
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.
You also need to add page
to pkgs/top-level/all-packages.nix
.
@symphorien thanks for the review. Pushed the changes. |
When running
I get a spurious message:
|
I don't get that error from either bash or zsh... |
I still get it with your latest commit, in the shell given by nix-review. |
@symphorien can you give me the full command to execute that shell? |
|
I see the issue... Not sure what is causing it... |
This message appears when I'm able to reproduce it with There's probably some bug on bash side and they should fix it. However, it shouldn't be blocker for us, since I simply need to find a way to create empty :term buffer even without spawning bash. |
Only /bin/sh exists on NixOS (it is more or less guaranteed by posix). |
Ok, this should be fixed in the latest version |
@symphorien, @I60R has fixed the issue you reported. I've bumped this up to 2.3.4 which includes the fix. |
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.
LGTM
shows usage
https://github.com/NixOS/nixpkgs/pull/82949
1 package built:
page
[nix-shell:/home/jon/.cache/nixpkgs-review/pr-82949]$ tree ./results/page
./results/page
├── bin
│ └── page
└── share
├── bash-completion
│ └── completions
│ └── page.bash
├── fish
│ └── vendor_completions.d
│ └── page.fish
└── zsh
└── site-functions
└── _page
8 directories, 4 files
@GrahamcOfBorg build page |
thanks @jonringer! |
Hey @s1341 page recently got Could I ask you to bump the version? Also, there's another binary included called |
Motivation for this change
Add the page utility, which is a pager using nvim's :terminal feature.
See #82948 82948
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)