From 14ca8d0ecbc922bf3b52a61e272bb1be8cdcf4fd Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 16 Nov 2021 06:18:44 -0500 Subject: .local/bin/nixos-test: Shell startup time too slow --- .local/bin/nixos-test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.local/bin/nixos-test b/.local/bin/nixos-test index 980fddb..af1286f 100755 --- a/.local/bin/nixos-test +++ b/.local/bin/nixos-test @@ -1,7 +1,6 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i dash -p dash gawk moreutils nixos-rebuild nixfmt +#!/bin/sh -eu -set -eu +# nix-shell -i dash -p dash gawk moreutils nixos-rebuild nixfmt { [ "${1:-}" = "-h" ] || [ "${1:-}" = "--help" ] || -- cgit v1.2.3