From e62437e814d03623145a1ff1ed92714fb0c10d01 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 19 Feb 2019 22:00:59 +0100 Subject: [PATCH] shell.nix: remove unused attribute --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index a2f91ea..802184a 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ channel ? "nixos-unstable" }@args: +{ nixpkgs ? }@args: with import ./. args; mkShell { buildInputs = [