Nix Flakes | 873 Members | |
| 182 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 May 2024 | ||
| * AbĂlio Costa: I missed your reply here. I am sorry for that! Both nix-direnv and flakeenv take a flake specifier for the flake you want to use: I wrote and maintain flakeenv and am a maintainer of nix-direnv, so if you have trouble - please ping me here or (preferably) on the repo for the tool in question :) | 21:03:49 | |
| 22 May 2024 | ||
| 15:26:03 | ||
| 15:28:17 | ||
| I can and should. I'm planning on doing that, but that's part of what I am trying to solve for too. I wanted to be able to build the devshell without entering the terminal so that I could then do things like cache it. | 18:52:57 | |
So - at the risk of not understanding the context, why does nix build .#devshells.<system>.<name> not work? | 18:54:33 | |
* So - at the risk of not understanding the context, why does nix build .#devShells.<system>.<name> not work? | 18:54:46 | |
| It does, was just looking for a command that's system-agnostic.
| 19:08:42 | |
So you're left with needing to determine the system through impure commands, hardcoding it, or use a workaround as numtide/devshell does. | 19:09:48 | |
* So you're left with needing to determine the system through impure commands, hardcoding it, or use a bit of a workaround as numtide/devshell does. | 19:09:58 | |
* So you're left with needing to determine the system through impure commands, hardcoding it, or using a bit of a workaround as numtide/devshell does. | 19:10:19 | |
I just realized the cachix documentation offers another "workaround": nix develop -c true | 19:10:50 | |
| Redacted or Malformed Event | 19:37:06 | |
| * Is there a way to replace a precompiled bundled musl libc.so from a package with the one from nixpkgs? | 19:37:25 | |
| Oh, yeah, I guess that would infer the system and just exit the shell | 19:53:48 | |
| Honestly I like that one more | 19:53:59 | |
| 20:10:11 | ||
| 23 May 2024 | ||
| 00:21:53 | ||
| 00:27:09 | ||
| 00:29:43 | ||
| 00:33:17 | ||
| 01:43:39 | ||
| 02:32:19 | ||
| 02:47:52 | ||
| 07:49:28 | ||
| I'm having some issues getting a package to install from unstable, whilst keeping the others stable. Would anybody be able to point me in the right direction? The error is this missing attribute one: https://pastebin.com/raw/b3mGtiLd Here's my flake.nix: https://pastebin.com/raw/nVB7W8Yk My home-manager config: https://pastebin.com/raw/1CAZJLZU | 09:17:27 | |
| afaik the orca-slicer package I want is definitely on the unstable branch | 09:17:40 | |
you probably want nixpkgs-ubstable.legacyPackages.x86_64-linux.orca-slicer | 09:35:24 | |
* you probably want nixpkgs-unstable.legacyPackages.x86_64-linux.orca-slicer | 09:35:42 | |
| You've absolutely smashed it | 09:39:59 | |
| tysm | 09:40:00 | |