| 17 Oct 2021 |
colemickens 🏳️🌈 | David Arnold (blaggacao): did you figure out a way to expose/use multiple devShells from a flake? | 23:48:34 |
colemickens 🏳️🌈 | I guess this works: nix develop .#devShell2.x86_64-linux | 23:49:38 |
colemickens 🏳️🌈 | kind of annoying that it doesn't get autocoerced from .#devShell2 in that scenario thoug | 23:49:50 |
David Arnold (blaggacao) | I think there now is self.devShells so I guess, nix develop python should do self.devShells....python | 23:50:05 |
David Arnold (blaggacao) | Not tested, just a bookmark in my head. | 23:50:55 |
colemickens 🏳️🌈 | okay, I'll add a note to try that | 23:51:19 |
David Arnold (blaggacao) | Tell me if it works 🙂 | 23:51:19 |
| 18 Oct 2021 |
colemickens 🏳️🌈 | David Arnold (blaggacao): aight, it's outputs.devShell + outputs.devShells.foo | 00:15:17 |
colemickens 🏳️🌈 | I think it ought to be outputs.devShells.{default,foo,bar...} but whatever | 00:15:43 |
colemickens 🏳️🌈 | this is more than fine | 00:15:47 |
colemickens 🏳️🌈 | David Arnold (blaggacao): nix develop github:colemickens/nixcfg#devenv => https://github.com/cole-mickens/nixcfg/blob/ac2b89e9715c1daa730fda9308e0ed1abe941392/flake.nix#L118 | 00:16:41 |
David Arnold (blaggacao) | Nice! | 00:37:26 |
TyberiusPrime | perhaps a stupid question, but how would I interactivly install a flake? like "nix-env -i .." | 08:32:15 |
moritz.hedtke | In reply to @tyberius_prime:matrix.org perhaps a stupid question, but how would I interactivly install a flake? like "nix-env -i .." Maybe https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-profile-install.html#synopsis but I assume most people use a flake.nix with nix develop or home-manager depending on the use case | 09:58:20 |
moritz.hedtke | If you don't want to install but just use nix shell afaik | 09:58:49 |
| meccine joined the room. | 17:34:30 |
| 19 Oct 2021 |
| cir0x joined the room. | 11:25:07 |
| 20 Oct 2021 |
| lourkeur (Nix OwO) set a profile picture. | 09:11:15 |
| lourkeur (Nix OwO) changed their display name from Louis Bettens to lourkeur (Nix OwO). | 11:19:29 |
| lourkeur (Nix OwO) changed their profile picture. | 13:05:38 |
| lourkeur (Nix OwO) changed their profile picture. | 13:09:21 |
Las | When doing nix build something I get Invalid operation 43 on a multi-user aarch64-linux install. Does anyone have any idea as to why this happens? It doesn't happen if I use root. | 15:14:37 |
Las | Same thing for nix path-info | 15:14:57 |
Las | * Same thing for nix path-info. | 15:15:01 |
Las | The building itself succeeds, it only fails at the very end. | 15:15:10 |
Las | Nevermind, I found my issue, somehow the systemd is running an older executable, even though the executable specified is new. | 15:18:23 |
Las | * Nevermind, I found my issue, somehow the systemd is running an older executable, even though the executable specified is a very new one. | 15:18:33 |
Las | * Nevermind, I found my issue, somehow systemd is running an older executable, even though the executable specified is a very new one. | 15:18:39 |
Las | And it's fixed after a restart. | 15:19:39 |
Las | * And it's fixed after a reboot. | 15:19:42 |