From 90ebf661ef8d16a3569f7fa329c68ac10f0f1978 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 6 Feb 2022 22:42:19 +0100 Subject: Fix pkgs source --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 1e231f9..38ee8f5 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import { }, ... }: +{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz) { }, ... }: pkgs.stdenvNoCC.mkDerivation rec { name = "pycl-env"; -- cgit v1.2.3