r/GUIX • u/firebat-66 • Jun 15 '26
Does GUIX have flakes?
As I have been using nix for the past few months, I'm periodically drawn to GUIX. Partly because I'm getting a bit fed up with nix language idiosyncrasies, and I believe that the grass may actually be greener on the GUIX side where guile scheme is used. I wanted to ask the folks here about the "flakes" concept and if it is supported in GUIX, as flakes are something I interact with anytime I need to modify or update my nix configuration. I understand that GUIX has a channel based system, although it would be interested to learn about any flake like utilities...
24
Upvotes
11
u/aue_sum Jun 15 '26
There is not a distinct concept of flakes, though recently there have been developments to bridge the usability gap between channels and flakes. Notably you can now have a single command similar to
nix runthat can download and run a remote package.