Skip to content

joshbode/mise-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mise Nix Flake Plugin

Enable flake development environments, equivalent to nix develop.

Installation

To install the nix plugin, run:

$ mise plugins install nix

Configuration

In .mise.toml, enable the nix environment:

[env]
_.nix = true

This will automatically load the development environment from flake.nix, equivalent to entering the shell via nix develop.

To use a different lock-file, set the flake_lock option:

[env]
_.nix = { flake_lock = "some-flake.lock" }

About

Mise Nix Flake Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published