feat(devShells,devkit): devkit-shell nix wrapper

This commit is contained in:
Guz
2025-03-02 14:22:04 -03:00
parent 60c5bf241b
commit 60fe327e4d

View File

@@ -138,6 +138,13 @@
])
+ [
inputs.dot013-nvim.packages.${pkgs.system}.default
# Useful on new Nix installations
(pkgs.writeShellScriptBin "nix" ''
${lib.getExe pkgs.nix} \
--experimental-features 'nix-command flakes' \
"$@"
'')
]}"
${lib.getExe self.packages.${pkgs.system}.devkit.zsh} "$@"
'';