stateVersion
This commit is contained in:
parent
93b7d342b3
commit
f023bf160d
|
@ -99,6 +99,12 @@ sudo nixos-rebuild switch --flake .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## State Version
|
||||||
|
Nixpkgs uses `stateVersion` so sparingly that
|
||||||
|
auditing the entire nixpkgs repo is [easy
|
||||||
|
enough](https://sourcegraph.com/search?q=context%3Aglobal+repo%3A%5Egithub%5C.com%3FNixOS%2Fnixpkgs%24++lang%3ANix+stateVersion+AND+23.11).
|
||||||
|
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
```bash
|
```bash
|
||||||
nix repl
|
nix repl
|
||||||
|
|
Loading…
Reference in a new issue