brew-nix
brew-nix copied to clipboard
Experimental nix expression to package all MacOS casks from homebrew automatically
``` nix build github:BatteredBunny/brew-nix#sage warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled error: builder for '/nix/store/m7hm7zgij0gj83f1zfpii6qfv8idkkdh-sage-10.3-2.3.2.drv' failed with exit code 1; last 2 log lines: > Running...
Update README.md with information about illegal characters
I was wondering on what the strategy is for handling packages with an @ in the name like https://formulae.brew.sh/cask/firefox@developer-edition ? I tried parsing as a string but it seems that...
Hi. I'd like to use brew-nix to install casks from repos other than https://github.com/Homebrew/homebrew-cask, like https://github.com/nikitabobko/homebrew-tap for example. I'm ignorant about all this, so I don't know if this is...
The readme mentions needing to override packages to set their hash if missing. An example of doing that would be helpful. I'm a nix beginner-intermediate and I've been trying the...
With https://github.com/BatteredBunny/brew-nix/pull/11, I was able to get sf-symbols working and installed, except I was surprised to find that the fonts themselves did not install. I think that this project depends...
Hello, thank you for providing this cool repository and alternative to homebrew. I think it is really cool. I am not sure if this PR should just be accepeted even...