installable #
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix#installables
四种类型:
- nix expression
- nix file
- store path
- flake output attribute
没有给的时候 default 到 ‘.',即当前目录的 flake output
expression
nix develop --expr 'import <nixpkgs> {}' hello