From 013d87316fde96e3a4cd5cc304d782c89faa887f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 27 Dec 2021 10:56:08 -0500
Subject: [PATCH] bump the shell environment nixos release as well

---
 shell.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix
index 023fc1b..5f5d648 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@ let
   inherit (tests) pkgs;
 in
 pkgs.mkShell {
-  buildInputs = [
+  packages = [
     tests.python
     tests.lint-python
     pkgs.niv
-- 
GitLab