From bede3e70a713a7abc0a59e52a2d5c6b86b027f79 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 27 Dec 2021 10:33:27 -0500 Subject: [PATCH] bump to the now-current nixpkgs release --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 85817dd..4e8ad45 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ let sources = import nix/sources.nix; in -{ pkgs ? import sources.release2105 {} +{ pkgs ? import sources.release2111 {} , pypiData ? sources.pypi-deps-db , mach-nix ? import sources.mach-nix { inherit pkgs pypiData; } , tahoe-lafs-source ? "tahoe-lafs" -- GitLab