文件名称:nix-direnv:direnv的快速持久use_nixuse_flake实现[maintainer = @ Mic92]
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-19 03:44:07
Python
尼克斯·迪伦夫 一种更快,持久的direnv的use_nix ,以替换内置的。 突出特点: 首次运行后,通过缓存nix-shell环境可以显着提高速度 通过在用户的gcroots符号链接生成的Shell派生来防止垃圾回收生成依赖gcroots (如果您在没有互联网连接的情况下飞行,生命将太短而无法丢失项目的生成缓存) 安装 有多种安装nix-direnv的方法,请选择您喜欢的: 通过家庭经理(推荐) 通过NixOS中的configuration.nix 与nix-env 从来源 与direnv source_url 通过家庭经理 在$HOME/.config/nixpkgs/home.nix添加 { pkgs , ... }: { # ...other config, other config... programs . direnv . enable = true
【文件预览】:
nix-direnv-master
----default.nix(591B)
----direnvrc(7KB)
----shell.nix(105B)
----ci.nix(555B)
----.github()
--------dependabot.yml(118B)
--------workflows()
----tests()
--------test.py(4KB)
--------testenv()
----LICENSE(1KB)
----.gitignore(9B)
----README.md(7KB)
----scripts()
--------create-release.sh(571B)