From 60fe327e4d08e975d8e6cc5b6bff649124b49ef2 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 2 Mar 2025 14:22:04 -0300 Subject: [PATCH] feat(devShells,devkit): devkit-shell nix wrapper --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index a508f85..6b93496 100644 --- a/flake.nix +++ b/flake.nix @@ -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} "$@" '';