| 18 Oct 2021 |
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 btw) set a profile picture. | 09:11:15 |
| lourkeur (nix btw) changed their display name from Louis Bettens to lourkeur (Nix OwO). | 11:19:29 |
| lourkeur (nix btw) changed their profile picture. | 13:05:38 |
| lourkeur (nix btw) 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 |
| phaer joined the room. | 21:03:41 |
| 21 Oct 2021 |
| balsoft set a profile picture. | 13:42:13 |
| 22 Oct 2021 |
| meccine left the room. | 01:49:53 |
TyberiusPrime | hey guys, does a ?rev=XYZ on a path:/flake input not actually check out the correct XYZ into the store?! | 08:19:31 |
TyberiusPrime | (apparently not. And you can't even do 'git checkout XYZ', because it's pushing .git into the store and that will obviously have changed so you get a nice little narHash mismatch) | 08:20:08 |
TyberiusPrime | I presume github:// boils down to a tarball of the rev... | 08:23:41 |
TyberiusPrime | for posterity: using an absolute path does work as you'd expect it to. | 09:33:48 |
Jez (he/him) 🌦️ | TyberiusPrime: you mean like https://github.com/NixOS/nixpkgs/tree/nixos-21.05? | 09:46:05 |
TyberiusPrime | I mean like `myflake.url = "/home/TyberiusPrime/ThisIsWhereTheFlakeLives?rev=sha256";' | 09:50:40 |
TyberiusPrime | as opposed to myflake.url = "path://home/TyberiusPrime/ThisIsWhereTheFlakeLives?rev=sha256"; | 09:50:58 |
TyberiusPrime | * I mean like myflake.url = "/home/TyberiusPrime/ThisIsWhereTheFlakeLives?rev=sha256"; | 09:51:07 |