Combine Falakes and Unflake as a compiling, usable starter template (for migration from flakes?) #5
Replies: 1 comment 1 reply
-
|
Hey! Thanks for considering a PR, I agree, it would be great to have more complete examples. The purpose of this repo is to show that it is possible not to use flakes/flake-parts but I also see value on these example be starter-templates. So, here are some considerations we could take:
and this Just to make things clear, let's not re-implement flake-parts idioms here. This repo should be concerned in not-flakes. I'd prefer to have clarification at README telling people what to expect from the examples. What do you think ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been considering switching away from flakes and was scowering the web for alternatives when I came across this repo! I've been in the process of reworking my config @https://codeberg.org/spectralpixel/nixos-system-config, though I'm still relatively new to the whole nix world, meaning that I'm just duct-taping stuff together and parroting other people's opinions.
I picked apart the config on the main branch, tried it on my system, found that it compiles and then took up the task of merging my existing config into the template. As it turns out, the template didn't provide the
pkgsattribute, and after asking in the Matrix chat I figured out it's because I'm not using Flake-parts/Falake.Anyways, I was just wondering if y'all could consider making a template for people looking to migrate away from flakes that just works if you plop your existing configuration.nix/hardware-configuration.nix into the modules folder, or maybe with the necessary steps described in a module? (It's not that I don't understand how the config works, I feel like it would lower the barrier to entry for dendritic though.)
I'd appreciate it if y'all considered it, and I'm willing to do a pull request once I figure out what the hell I'm doing, haha (gimme a few weeks!)
Beta Was this translation helpful? Give feedback.
All reactions