Nix Flakes | 861 Members | |
| 177 Servers |
| Sender | Message | Time |
|---|---|---|
| 28 Dec 2024 | ||
| I have a flake that I can use, it works on my machine, but now I want to be able to do
| 17:16:39 | |
| 17:18:22 | |
*
| 17:19:23 | |
| But now I'm getting an error
Whereas, if I run
In the git repo itself, it does work | 17:22:26 | |
| 17:57:41 | ||
uhh when you run it locally are you running nix run .# or nix run #. | 18:20:13 | |
| actually nvm it shouldn't matter | 18:21:23 | |
| do you have any local changes? I can't get anything to run with or without a local clone | 18:21:52 | |
and it appears to be because your package doesn't produce a bin output | 18:22:07 | |
| 29 Dec 2024 | ||
| OH, it was totally the local change | 01:04:33 | |
| The part that generates the bin was missing in the pyproject.toml on the github repository, but I did have it locally | 01:04:52 | |
| whoops | 01:04:53 | |
| It works now | 01:04:55 | |
| Thanks so much! <3 | 01:05:00 | |
| 11:03:22 | ||
| 30 Dec 2024 | ||
| 19:25:49 | ||
| 31 Dec 2024 | ||
| 10:55:02 | ||
| 19:23:50 | ||
| 20:59:12 | ||
| 1 Jan 2025 | ||
| 14:26:30 | ||
| 18:20:06 | ||
| 23:29:23 | ||
| 2 Jan 2025 | ||
| 10:11:26 | ||
| 10:14:15 | ||
| 17:38:25 | ||
| 3 Jan 2025 | ||
| 10:28:16 | ||
| ...I did not see this reply at all last month. I'll be coming back to this problem soon. I think we just got around it with | 18:12:20 | |
| * ...I did not see this reply at all last month. I'll be coming back to this problem soon. I think we just got around it with | 18:12:23 | |
| 5 Jan 2025 | ||
| 11:52:43 | ||
| Hey, y'all! I'm trying to allow internet access from a flake build. Specifically from pnpm, but I keep getting "UNABLE_TO_GET_ISSUER_CERT_LOCALLY" and "failed, reason: unable to get local issuer certificate". All of the documentation I can find recommends "__noChroot = true," and I've tried " __impure = true;" in the derivation, too. As it stands, my nix.conf has "experimental-features = nix-command flakes impure-derivations ca-derivations," and I've tried "nix build ... --impure" and "--option sandbox relaxed" and "--option sandbox false." If it matters, I'm on an M2 Mac. Let me know if I should move this somewhere else. Does anyone have any ideas? | 12:18:44 | |