| 9 Mar 2023 |
Jonas Chevalier | Especially if we can automate the process | 10:50:11 |
Jonas Chevalier | yeah, nix-community is not and should not be controlled by Numtide | 10:50:39 |
Mic92 | I think for now we just moved projects into the nixos space as they grew. | 11:35:55 |
Mic92 | Might be not worth it to maintain an extra matrix server just for nix-community. | 11:36:34 |
Dandellion | there is also https://nixos.dev/ fwiw | 11:37:55 |
@brian:bmcgee.ie | In reply to @joerg:thalheim.io I think for now we just moved projects into the nixos space as they grew. Makes sense | 12:51:45 |
raitobezarius | In reply to @dandellion:dodsorf.as there is also https://nixos.dev/ fwiw who is running nixos.dev? | 14:42:19 |
raitobezarius | btw | 14:42:20 |
Dandellion | I don't know if there's more people than andir involved | 15:08:16 |
raitobezarius | Alright | 15:24:46 |
Jonas Chevalier | yeah it's andi | 15:54:23 |
lewo | fyi, https://twitter.com/gandibar/status/1633844728147111936 | 15:57:42 |
Ilan Joselevich (Kranzes) | Moar power | 16:00:43 |
Ilan Joselevich (Kranzes) | More HCI agents | 16:00:52 |
raitobezarius | lewo: awesome! :) | 19:25:11 |
Ilan Joselevich (Kranzes) | In reply to @lewo:matrix.org fyi, https://twitter.com/gandibar/status/1633844728147111936 Can they hook us up with some aarch64-darwin for CI? | 19:59:08 |
lewo | Gandi is currently only providing the domain name and we don't have any arch64 archi (we however have x86 VPS). | 20:11:29 |
| 11 Mar 2023 |
terrestrialpedestrian | Hi! How do I customize my fish_prompt thro home-manager? | 10:38:34 |
terrestrialpedestrian | https://github.com/nix-community/home-manager/blob/master/modules/programs/fish.nix | 10:38:51 |
terrestrialpedestrian | Prompt is now configured through the
programs.fish.interactiveShellInit
option. Please change to use that instead.
'')```
| 10:39:01 |
terrestrialpedestrian | * Prompt is now configured through the
programs.fish.interactiveShellInit
option. Please change to use that instead.
'')
| 10:39:06 |
terrestrialpedestrian | But it doesn't state how I should format it.
The defaults from my fish config don't suit it | 10:39:40 |
terrestrialpedestrian | * Hi! How do I customize my fish_prompt thru home-manager? | 10:45:28 |
kenji | In reply to @terrestrialpedestrian:sibnsk.net But it doesn't state how I should format it. The defaults from my fish config don't suit it Probably the home manager channel is better suited. But honestly where you want to set it. I set mine in fish.interactiveShellInit | 10:53:36 |
kenji | You format it the same way you format it in fish. | 10:54:40 |
kenji | * Probably the home manager channel is better suited. But honestly where you want to set it. I set mine in fish.interactiveShellInit = "your fish configuration"; | 10:55:07 |
kenji | * Probably the home manager channel is better suited. But honestly where you want to set it. I set mine in fish.interactiveShellInit = "your fish configuration"; | 10:55:30 |
@luntx:matrix.org | Hello could you tell me where is the issue? `[nix@nixos:~]$ nix-env -qaP perf error: selector 'perf' matches no derivations, maybe you meant: perf-linux perf-tools-unstable perfect-hash
[nix@nixos:~]$ sudo nixos-rebuild switch building Nix... building the system configuration... error: undefined variable 'perf-linux'
at /etc/nixos/configuration.nix:208:5:
207| mtr
208| perf-linux
| ^
209| wireshark
(use '--show-trace' to show detailed location information)`
| 13:19:15 |
@luntx:matrix.org | * Hello could you tell me where is the issue?
`[nix@nixos:~]$ nix-env -qaP perf error: selector 'perf' matches no derivations, maybe you meant: perf-linux perf-tools-unstable perfect-hash
[nix@nixos:~]$ sudo nixos-rebuild switch building Nix... building the system configuration... error: undefined variable 'perf-linux'
at /etc/nixos/configuration.nix:208:5:
207| mtr
208| perf-linux
| ^
209| wireshark
(use '--show-trace' to show detailed location information)`
| 13:19:47 |
@luntx:matrix.org | * Hello could you tell me where is the issue?
`[nix@nixos:~]$ nix-env -qaP perf error: selector 'perf' matches no derivations, maybe you meant: perf-linux perf-tools-unstable perfect-hash
[nix@nixos:~]$ sudo nixos-rebuild switch building Nix... building the system configuration... error: undefined variable 'perf-linux'
at /etc/nixos/configuration.nix:208:5:
207| mtr
208| perf-linux
| ^
209| wireshark
(use '--show-trace' to show detailed location information)`
Based on results name of the package is correct perf-linux but I can't rebuild config.
| 13:20:49 |