makes icon indicating copy to clipboard operation
makes copied to clipboard

Multi-System with flakes

Open blaggacao opened this issue 4 years ago • 0 comments

I think it makes sense to preserve this beautiful simplicity:

    (makes.lib.flakes.evaluate { inherit inputs; system = "x86_64-linux"; })

if more system are to be supported, I think makes should follow it's own system namespacing scheme, implemented behind:

    (makes.lib.flakes.evaluate { inherit inputs; systems = supportedSystems; })

blaggacao avatar Sep 17 '21 22:09 blaggacao