| 18 Sep 2024 |
@mellow_yellow:matrix.org | and I found this though: https://github.com/nix-community/raspberry-pi-nix | 19:52:08 |
K900 | And mainline support is basically non-existent right now | 19:52:10 |
@mellow_yellow:matrix.org | but you need a Nixos installation to follow the steps | 19:52:20 |
K900 | Anyway, this is a #nixos-on-arm:nixos.org conversation | 19:52:27 |
@mellow_yellow:matrix.org | ah ok, I will join that one then , thanks! I'll lurk here though :-) | 19:53:00 |
| 19 Sep 2024 |
| az17e joined the room. | 00:28:53 |
| az17e set a profile picture. | 00:32:07 |
| @memegames99:matrix.org joined the room. | 01:52:30 |
| @memegames99:matrix.org set a profile picture. | 02:02:24 |
| @memegames99:matrix.org changed their profile picture. | 02:02:30 |
| 21 Sep 2024 |
| @thescientiac:matrix.org left the room. | 06:44:32 |
| 22 Sep 2024 |
K900 | https://github.com/nix-community/NixOS-WSL/pull/550 | 04:43:50 |
K900 | Very small change to avoid a warning | 04:43:54 |
| 26 Sep 2024 |
Whovian9369 | Hey y'all, happen to have tips on using config.wsl.enable or similar options to identify if a system is running under WSL or not? I've been having some issues trying to add it to my Config Flake (Mainly around error: undefined variable 'config' even in the flake.nix itself), and I would love some examples or thoughts from someone please! | 07:03:53 |
K900 | config is an argument your NixOS modules get | 07:04:16 |
K900 | There is no magic global variables in Nix | 07:04:22 |
K900 | If you see a name being referenced and the name is not builtins, it comes from somewhere | 07:04:35 |
Whovian9369 | Okay, thanks. Do you have any advice or tips on figuring out how to properly incorporate a check (possibly using that?) into my flake? | 07:18:50 |