Nix flakes usage

From wikinotes
Revision as of 17:09, 26 December 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

nixos wiki docs https://nixos.wiki/wiki/Flakes
nix run docs https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-run.html

Usage

nix flake show ${PKG}  # show application
nix run        ${PKG}  # run application packaged as a nix-flake