Priyanshu Tripathi
Priyanshu Tripathi
I think the only blocker right now is the unresolved question of there being docs for NixOS itself; however, that could be the new official wiki, likely located at `wiki.nixos.org`....
> So nix.dev will become a landing page for the Nix project then? The original proposal was to move `nix.dev` to `docs.nixos.org`, and then `nixos.org` to `nix.dev`. This has shifted...
I'm facing the same issue. I have tried putting `svelte` as `dependency` as well as a `peerDependency`. Neither fixes this issue. Any help would be appreciated!
Yeah, why not? The whole purpose of that parameter is for you to specify where do you want to mount Google Drive.
You gave the command yourself the original message. It's `google-drive-ocamlfuse [mountpoint]`
Happens when the connection has been lost or there was an error. Try unmounting and remounting the Drive. 1. Unmount: `fusermount -u [mountpoint]` or `umount [mountpoint]` 2. Mount: `google-drive-ocamlfuse [mountpoint]`
Hey, I'm having the same issue. I tried multiple different ways to set the TOML but neither of these worked. I'm verifying if it works using the `direnv status` command...
Update: Seems like it works for any value other than 0. What do I do if I want to disable the warning?
I found a solution without sacrificing my `tmpfs`! I simply made a manual bind mount: ```nix # making a separate subvol is entirely optional. I simply did it for convenience....
Well, initially I tried binding just `.steam` since it stores the important login details, `.local/share/Steam` is just state (I store my games elsewhere). But once this worked, I tried binding...