CHANGED nix shell is more reproducible

This commit is contained in:
Andrew Bryant 2024-10-22 15:04:02 -04:00
parent 249cf62fcc
commit aefb0dc2ab

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.05.tar.gz") {} }:
with pkgs;