From 1a89139f6f8c372b5f80f196e1d861cc09f0b492 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Wed, 19 Apr 2023 18:17:58 +0300 Subject: [PATCH] refactor(shell.nix): Remove nixpkgs fallback As the shell.nix is supposed to have access to the pkgs defined by the flake. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9e6f26a6..4f9dc9d7 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{pkgs ? import {}}: +{pkgs}: with pkgs; mkShell { packages =