Add pixi package manager
This commit is contained in:
16
pixi/.pixi/manifests/pixi-global.toml
Normal file
16
pixi/.pixi/manifests/pixi-global.toml
Normal file
@ -0,0 +1,16 @@
|
||||
version = 1
|
||||
|
||||
[envs.croc]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { croc = "*" }
|
||||
exposed = { croc = "croc" }
|
||||
|
||||
[envs.lazygit]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { lazygit = "*" }
|
||||
exposed = { lazygit = "lazygit" }
|
||||
|
||||
[envs.lf]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { lf = "*" }
|
||||
exposed = { lf = "lf" }
|
Reference in New Issue
Block a user