From 4913602219bf6e7fa3dfb76d177e788b40dcb7b1 Mon Sep 17 00:00:00 2001 From: Xander Mckay Date: Sat, 2 Nov 2024 15:39:25 -0400 Subject: [PATCH] Use nixpkgs unstable --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index f047fa0..bcf1a40 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {} }: pkgs.mkShell { # nativeBuildInputs is usually what you want -- tools you need to run nativeBuildInputs = with pkgs.buildPackages; [