Remix.run Logo
yjftsjthsd-h 6 hours ago

Does guix have any advantage here over nix?

wasting_time 6 hours ago | parent | next [-]

I didn't know Nix had support for embedded systems. Where are the images defined?

KingMachiavelli 5 hours ago | parent [-]

What do you mean by image? In Nix you instantiate a NixOS system and specify the architecture. There are a number of tools to build a disk image from a NixOS system.

$ my-arm-system = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; modules = [ ./configuration.nix ]; };

$ :b arm-system.config.system.build.images.iso

mghackerlady 6 hours ago | parent | prev [-]

Lisp