From 508f70b7f66d5da17c8381545f5b67894fcbd576 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 23:45:08 +0100 Subject: Fix(bootstrap): Fix nasty grep bug --- bootstrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/default.nix') diff --git a/bootstrap/default.nix b/bootstrap/default.nix index 8cd7b394..6fab9a2d 100644 --- a/bootstrap/default.nix +++ b/bootstrap/default.nix @@ -6,7 +6,7 @@ }: let dependencies = with pkgs; [jq dash]; name = "install"; - script = ./install; + script = ./install.sh; lib = import ../lib {inherit pkgs shell-library;}; in lib.makeShellScriptWithLibrary {inherit dependencies name script;} -- cgit 1.4.1