Skip to content

Instantly share code, notes, and snippets.

@aakropotkin
Last active April 18, 2022 01:14
Show Gist options
  • Save aakropotkin/7831d01f18ed90e5e41315f90426fea1 to your computer and use it in GitHub Desktop.
Save aakropotkin/7831d01f18ed90e5e41315f90426fea1 to your computer and use it in GitHub Desktop.
Create a NixOS image ( in one line )
let sources = import ./nix/sources.nix; eval = import "${sources.morph}/data/eval-machines.nix" { networkExpr = ./deploy/morph.nix; }; pkgs = import sources.nixpkgs {}; inherit (eval) uncheckedNodes nodes; inherit (pkgs) lib; in
nodes.cookiemonster.config.system.build.vm
# https://i.ckie.dev/enEbAOg.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment