Mic92 / nixos-shell

Spawns lightweight nixos vms in a shell
MIT License
684 stars 39 forks source link

Support flake modules #48

Closed welteki closed 2 years ago

welteki commented 2 years ago

Add support for running a vm based on a flake module.

When using the --flake flag, if no attribute is given, nixos-shell tries the following flake output attributes:

If an attribute name is given, nixos-shell tries the following flake output attributes:

Mic92 commented 2 years ago

I tested it and it looks good to me. Can you also update the readme?

jackinloadup commented 2 years ago

@welteki friendly poke

welteki commented 2 years ago

Apologies for the delay.