generated from srid/emanote-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c3f3e0
commit b273683
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Use a specific version of `nix` | ||
|
||
You can choose to run a specific version of `nix` CLI. Now, there are several ways to do it. You can either choose to run a specific version temporarily via `nix run` or pin it permanently in your `home-manager`, `NixOS` or `nix-darwin` configuration. | ||
|
||
## Temporarily (via `nix run`) | ||
|
||
>[!warning] WIP | ||
## Pinning | ||
|
||
>[!warning] WIP | ||
### On home-manager | ||
|
||
>[!warning] WIP | ||
### On NixOS | ||
|
||
>[!warning] WIP | ||
### On nix-darwin | ||
|
||
>[!warning] WIP |