mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
README: clarify
This commit is contained in:
parent
5751cf7e44
commit
9b859037df
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@ $ nix shell jq gron kubectl
|
|||
|
||||
### Experimental features enabled by default
|
||||
|
||||
The experimental features are enabled by default:
|
||||
The following experimental features are enabled by default:
|
||||
- `flakes` (`Xp::Flakes`)
|
||||
- `nix-command` (`Xp::NixCommand`)
|
||||
- `repl-flake` (`Xp::ReplFlake`)
|
||||
|
@ -73,6 +73,8 @@ builtins.trace "asdf" $ map toString [ 1 2 3 ]
|
|||
### Easy use of `callPackage` from the CLI
|
||||
|
||||
The flag `-C`/`--call-package` allows you to directly build *callPackageable expressions* from the CLI.
|
||||
This invokes `import <nixpkgs> {}` to get access to `callPackage`.
|
||||
|
||||
|
||||
```shell-session
|
||||
$ cat hello.nix
|
||||
|
|
Loading…
Reference in a new issue