From 02801bdcd8a051e7621f7f03709a2dff37ef5557 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2024 18:43:59 +0200 Subject: remove unnecessary scope import --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 81938c3f..8b4f463c 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,3 @@ -with builtins; - let sources = import ./nix/sources.nix; @@ -7,7 +5,7 @@ let pkgs = import nixpkgs { }; lib = import ./lib { inherit pkgs; }; - nixPath = concatStringsSep ":" (lib.mkNixPath sources); + nixPath = builtins.concatStringsSep ":" (lib.mkNixPath sources); in pkgs.mkShell { -- cgit 1.4.1