Nix Flakes | 856 Members | |
| 177 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 Jul 2025 | ||
| 11:07:58 | ||
| 22 Jul 2025 | ||
| 02:21:11 | ||
| 15:32:16 | ||
using a flake with nixos configuration, should i use the imports list in configuration.nix, or the modules list in flake.nix for including hardware-configuration.nix? | 15:34:25 | |
same question with disko-config.nix | 15:55:22 | |
| I use this:
and my | 15:58:18 | |
| 18:57:01 | ||
| 24 Jul 2025 | ||
| 16:58:08 | ||
| 23:16:19 | ||
| Howdy all! I've got a pending PR that I wanna reduce back-and-forth on, so have been trying to do some local testing to ensure my eyes are crossed. My end-goal is to have locally cloned Got me the source successfully;
Did edits and they work when doing
... But this is where things fall apart;
I'm popping errors of This be less than fantastic as REPL shows the attribute available if I start it with something like, | 23:22:11 | |
| * Howdy all! I've got a pending PR that I wanna reduce back-and-forth on, so have been trying to do some local testing to ensure my eyes are crossed. My end-goal is to have locally cloned Got me the source successfully;
Did edits and they work when doing
... But this is where things fall apart;
I'm popping errors of This be less than fantastic as REPL shows the attribute available if I start it with something like, | 23:23:15 | |
| * Howdy all! I've got a pending PR that I wanna reduce back-and-forth on, so have been trying to do some local testing to ensure my eyes are crossed. My end-goal is to have locally cloned Got me the source successfully;
Did edits and they work when doing
... But this is where things fall apart;
I'm popping errors of This be less than fantastic as REPL shows the attribute available if I start it with something like, | 23:26:13 | |
| 25 Jul 2025 | ||
| * Howdy all! I've got a pending PR that I wanna reduce back-and-forth on, so have been trying to do some local testing to ensure my eyes are crossed. My end-goal is to have locally cloned Got me the source successfully;
Did edits and they work when doing
... But this is where things fall apart;
I'm popping errors of This be less than fantastic as REPL shows the attribute available if I start it with something like, Edit: here's what I found works, if willing to rebuild with
... feels like I really am missing something fundamental about Flakes 🤷 | 00:01:17 | |
| * Howdy all! I've got a pending PR that I wanna reduce back-and-forth on, so have been trying to do some local testing to ensure my eyes are crossed. My end-goal is to have locally cloned Got me the source successfully;
Did edits and they work when doing
... But this is where things fall apart;
I'm popping errors of This be less than fantastic as REPL shows the attribute available if I start it with something like, Edit: here's what I found works, if willing to rebuild with
... feels like I really am missing something fundamental about Flakes 🤷 | 00:01:57 | |
git-nixpkgs.legacyPackages.${pkgs.system} | 00:08:30 | |
pkgs comes from the top: { git-nixpkgs, pkgs, ... }: | 00:08:48 | |
| Tragically the same story, but with ... I added a | 00:24:26 | |
like, nothing's printed, not even []? | 00:38:14 | |
can you put out the what you have written again? you originally had nixosConfigurations.nixos = nixpkgs.lib.nixosSystem = {, which is a syntax error so i doubt that's what you actually had | 01:00:06 | |