Becker A.
Becker A.
@rachitnigam re: https://github.com/cucapra/filament/issues/447#issuecomment-2308963489, my understanding is that I am free to add code to [nixpkgs](https://github.com/NixOS/nixpkgs), the package store for nix's package manager, which would enable folks to install Filament from...
side note: running `runt` for tests produces test errors. I made a separate issue for this: #452
that's pretty much what I did (small difference: on reboot the uninstall seemed to just be done; I tried to uninstall again and the uninstall script didn't exist), and now...
also, turns out upgrading macOS broke all the global package installs I had listed with `nix profile list`. specifically running `nix profile list` produces the same list of installs I...
```console $ nix --version nix (Nix) 2.24.10 ``` hmm yeah [NixOS/nix#11376](https://github.com/NixOS/nix/issues/11376) does look related. either way I'm going to post an issue in https://github.com/NixOS/nix instead, I imagine there's not much...
decided to uninstall using [the official instructions](https://nix.dev/manual/nix/2.18/installation/uninstall) and reinstall with this installer again; seems to work atm. (the one oddity is that on reinstall `nix profile history` still shows my...
related to #5513 or #5909?