diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:49:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:49:46 +0900 |
| commit | 3c8d630bd5ada8c8830f548dde783bffcff5c8a4 (patch) | |
| tree | a7b873e6762b7f846d0462c3bf88a123eb734ca5 /mitamae | |
| parent | df3d67c83bd97c66f6e9eab42117444c4dbc6fc6 (diff) | |
| download | dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.tar.gz dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.tar.zst dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.zip | |
nix: use my own nur-packages
Diffstat (limited to 'mitamae')
| -rw-r--r-- | mitamae/default.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mitamae/default.rb b/mitamae/default.rb index a2b56a5..061f1a9 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -73,10 +73,6 @@ execute "rustup: install nightly toolchain" do command "rustup toolchain install nightly" not_if "rustup toolchain list | grep nightly" end -execute "cargo: install hgrep" do - command "cargo install hgrep" - not_if "type hgrep" -end if node[:profile] == "private" package "pkg-config" |
