From c870f1016667bdf8f534b208a75ac1965bcb35a0 Mon Sep 17 00:00:00 2001 From: illustris Date: Thu, 17 Mar 2022 00:43:37 +0530 Subject: [PATCH] remove args in shell.nix --- shell.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/shell.nix b/shell.nix index 25636ee..eb14ad5 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,7 @@ -{ - sources ? import ./nix/sources.nix, - pkgs ? import sources.nixpkgs {} -}: - +let + sources = import ./nix/sources.nix; + pkgs = import sources.nixpkgs {}; +in pkgs.mkShell { buildInputs = with pkgs; [ niv