From 4f1d02cfdfb7fa798f8c687f063cd9da9e8b15fb Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 18 Sep 2021 20:34:31 -0400 Subject: [PATCH] Update nix flake shell --- README.org | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8b00390..4640b87 100644 --- a/README.org +++ b/README.org @@ -192,7 +192,7 @@ with pkgs; let nixBin = writeShellScriptBin "nix" '' - ${nixFlakes}/bin/nix --option experimental-features "nix-command flakes" "$@" + exec ${nixFlakes}/bin/nix --option experimental-features "nix-command flakes" "$@" ''; in mkShell { diff --git a/shell.nix b/shell.nix index a5ce9d8..3aa61b0 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ with pkgs; let nixBin = writeShellScriptBin "nix" '' - ${nixFlakes}/bin/nix --option experimental-features "nix-command flakes" "$@" + exec ${nixFlakes}/bin/nix --option experimental-features "nix-command flakes" "$@" ''; in mkShell {