document useful nix CLI tools

This commit is contained in:
Colin 2022-05-17 06:44:40 +00:00
parent 23a4633514
commit a4f8a3042d

View File

@ -2,6 +2,10 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
# USEFUL COMMANDS:
# nix show-config
# nix-option ## query options -- including their SET VALUE; similar to search: https://search.nixos.org/options
{ config, lib, modulesPath, pkgs, specialArgs, options }:
let