diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-10 17:41:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-10 17:44:13 +0900 |
| commit | 6a25769f587ac4e565cf7394f6000bdc90016ff2 (patch) | |
| tree | a833be2035e345a7e471a082aabc7a306178cf01 /mitamae | |
| parent | 75c64775c16a179b463d62125e5b76b1e6342789 (diff) | |
| download | dotfiles-6a25769f587ac4e565cf7394f6000bdc90016ff2.tar.gz dotfiles-6a25769f587ac4e565cf7394f6000bdc90016ff2.tar.zst dotfiles-6a25769f587ac4e565cf7394f6000bdc90016ff2.zip | |
meta: rename node files
Diffstat (limited to 'mitamae')
| -rw-r--r-- | mitamae/default.rb | 2 | ||||
| -rw-r--r-- | mitamae/node.hotaru.json (renamed from mitamae/node.private-hotaru.json) | 4 | ||||
| -rw-r--r-- | mitamae/node.pc168.json (renamed from mitamae/node.work-pc168.json) | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mitamae/default.rb b/mitamae/default.rb index 361d50d..d729f31 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -96,7 +96,7 @@ execute "cargo: install hgrep" do not_if "type hgrep" end -if node[:use] == "private" +if node[:profile] == "private" package "pkg-config" package "libssl-dev" diff --git a/mitamae/node.private-hotaru.json b/mitamae/node.hotaru.json index 60cec07..0885bed 100644 --- a/mitamae/node.private-hotaru.json +++ b/mitamae/node.hotaru.json @@ -1,6 +1,6 @@ { - "name": "private-hotaru", - "use": "private", + "name": "hotaru", + "profile": "private", "targetArch": "x86_64-linux", "flake": { "system": "x86_64-linux", diff --git a/mitamae/node.work-pc168.json b/mitamae/node.pc168.json index 2ef46e1..dfd3544 100644 --- a/mitamae/node.work-pc168.json +++ b/mitamae/node.pc168.json @@ -1,6 +1,6 @@ { - "name": "work-pc168", - "use": "work", + "name": "pc168", + "profile": "work", "targetArch": "aarch64-darwin", "flake": { "system": "aarch64-darwin", |
