Difference between revisions of "2022/11/08"
Line 14: | Line 14: | ||
My recollection is that I tried the <code>--extra-experimental-features</code> option the last time I ran into this (several months ago), and that led to another dead-end -- but I suppose I could try it again and document that. | My recollection is that I tried the <code>--extra-experimental-features</code> option the last time I ran into this (several months ago), and that led to another dead-end -- but I suppose I could try it again and document that. | ||
− | + | Yeah, here we go: | |
+ | |||
+ | woozle@SamEagle:~/nextcloud/statler/woozle/projects/web/Mastodon/TootCat/nixos-config$ nix --extra-experimental-features develop | ||
+ | warning: unknown experimental feature 'develop' | ||
+ | error: no subcommand specified | ||
+ | Try 'nix --help' for more information. | ||
+ | |||
+ | Am I understanding the error message correctly? Maybe it meant... | ||
+ | |||
+ | woozle@SamEagle:~/nextcloud/statler/woozle/projects/web/Mastodon/TootCat/nixos-config$ nix develop --extra-experimental-features nix-command | ||
+ | error: getting status of /nix/var/nix/daemon-socket/socket: Permission denied | ||
+ | |||
+ | I don't know if that's better or worse. | ||
+ | |||
+ | Anyway, that's where I'm stuck now. | ||
+ | |||
==Funds== | ==Funds== | ||
* The server ''was'' costing $48/mo (DigitalOcean). | * The server ''was'' costing $48/mo (DigitalOcean). |
Revision as of 01:59, 9 November 2022
Tuesday, November 8, 2022 (#312)
2024-06-29 (Sat) 20:06 EST Migration complete? Some things are being a bit odd, but hopefully they'll settle down...
Today has been a mess of interruptions so I didn't get much chance to work on the issues, but here's a quick summary of where we are:
The Nix IssueThe first step in the upgrade is to start Nix on my desktop -- but I get an error when I do that: woozle@SamEagle:~/nextcloud/statler/woozle/projects/web/Mastodon/TootCat/nixos-config$ nix develop error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override My recollection is that I tried the Yeah, here we go: woozle@SamEagle:~/nextcloud/statler/woozle/projects/web/Mastodon/TootCat/nixos-config$ nix --extra-experimental-features develop warning: unknown experimental feature 'develop' error: no subcommand specified Try 'nix --help' for more information. Am I understanding the error message correctly? Maybe it meant... woozle@SamEagle:~/nextcloud/statler/woozle/projects/web/Mastodon/TootCat/nixos-config$ nix develop --extra-experimental-features nix-command error: getting status of /nix/var/nix/daemon-socket/socket: Permission denied I don't know if that's better or worse. Anyway, that's where I'm stuck now. Funds
|