Michael Hoang

Results 152 comments of Michael Hoang

Can you also update the README, it implies that by default that vanilla Nix rather than Determinate Nix will be installed by default: https://github.com/DeterminateSystems/nix-installer/blob/main/README.md?plain=1#L16-L17 https://github.com/DeterminateSystems/nix-installer/blob/main/README.md?plain=1#L30-L37 https://github.com/DeterminateSystems/nix-installer/blob/main/README.md?plain=1#L49-L56

My preference would be the latter, we could even allow users to specify `zfs` and then we print out a helpful error message

I think it would be fine if users just sent through PRs just to update the list of filesystems supported (without adding full support) whenever they encountered new filesystems that...

I can reproduce the same thing, I can't figure out what would cause this... `xattr -lv` returns no extended attributes for both `ls -lO` shows neither of them have any...

Maybe calling `getattrlist(2)` on both files and comparing that might show the difference? https://keith.github.io/xcode-man-pages/getattrlist.2.html

Actually, I don't think I can reproduce what you're seeing ``` $ [[ -x /nix/store/n33v8r9vgs3cmlqhhwj3kcz2frp2x8sv-iina-1.3.5/Applications/IINA.app/Contents/Resources/de.lproj/AboutWindowController.strings ]] && echo "executable" $ cp -r /nix/store/n33v8r9vgs3cmlqhhwj3kcz2frp2x8sv-iina-1.3.5/Applications/IINA.app/Contents/Resources/de.lproj/ de.lproj $ [[ -x de.lproj/AboutWindowController.strings ]] &&...

I think I've figured it out, any file inside a `.lproj` inside a macOS app will not be considered as executable (`*.app/**/Resources/*.lproj/*`) ``` $ mkdir -p temp/test.app/Argh/Yabba/Resources/you-know-it.lproj $ cp /bin/bash...

I'm not sure if it is relevant to the scope of this PR, but one thing I think would be useful would be plugin support for `age-keygen`, primarily `age-keygen -y`,...

From my testing, this PR didn't work when used with `clan machines update` I'll need to spend more time debugging this later, as a workaround I just granted `Full Disk...