This commit is contained in:
mipmip 2024-02-11 15:02:18 +00:00
parent c033197fb3
commit 91b4efdf49
6 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
mini_portile2 (2.8.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.6.0)
racc (1.7.3)
PLATFORMS
ruby

View File

@ -14,7 +14,7 @@ Find home manager options quickly.
## Contribute
- Please use the issue tracker of fork this site for PR's
- Please use the issue tracker or fork this site for PR's
## Credits

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,7 @@
<span style="font-weight:normal;font-size:smaller;"> (<span><span id="optionCountBadge" style="font-weight:normal;font-size:smaller;" xclass="badge"></span><span style="font-weight:normal;font-size:smaller;">)<span>
</label>
<input class="form-control" type="search" id="searchInput" placeholder="Search.. e.g. vim">
<input class="form-control" type="search" id="searchInput" autofocus="autofocus" placeholder="Search.. e.g. vim">
</div>
<div class="form-group">

View File

@ -3,7 +3,7 @@ require 'nokogiri'
require 'json'
require 'pp'
url = 'https://nix-community.github.io/home-manager/options.html'
url = 'https://nix-community.github.io/home-manager/options.xhtml'
html=""
URI.open(url) do |f|
html = f.read

View File

@ -1,7 +1,7 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
ruby_2_7
ruby_3_3
];
shellHook = ''
mkdir -p .nix-gems