aboutsummaryrefslogtreecommitdiffhomepage
path: root/mitamae
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 16:49:46 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 16:49:46 +0900
commit3c8d630bd5ada8c8830f548dde783bffcff5c8a4 (patch)
treea7b873e6762b7f846d0462c3bf88a123eb734ca5 /mitamae
parentdf3d67c83bd97c66f6e9eab42117444c4dbc6fc6 (diff)
downloaddotfiles-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.rb4
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"