From aefb0dc2ab6ab805044bb3189b889a89206ca228 Mon Sep 17 00:00:00 2001 From: awkawb Date: Tue, 22 Oct 2024 15:04:02 -0400 Subject: [PATCH] CHANGED nix shell is more reproducible --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 35e5625..586c6ce 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.05.tar.gz") {} }: with pkgs;