From 539499f590838635d73871a2936f61bb0691daa4 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 14:02:06 +0100 Subject: Fix: Remove impure import --- bootstrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/default.nix b/bootstrap/default.nix index e88b3eb5..2a11c20a 100644 --- a/bootstrap/default.nix +++ b/bootstrap/default.nix @@ -1,2 +1,2 @@ -{pkgs ? import {}, ...}: +{pkgs, ...}: pkgs.writeShellScriptBin "install" builtins.readFile ./install.sh -- cgit 1.4.1