From 4d4b536781aa2a22084f9c8f84a63ef8239ad2ad Mon Sep 17 00:00:00 2001 From: catvayor Date: Mon, 3 Mar 2025 15:00:29 +0100 Subject: [PATCH] fix(nix-shell): avoid overlay impurity --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index df3dd850..c0dfb6d4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { sources ? import ./npins, - pkgs ? import sources.nixpkgs { }, + pkgs ? import sources.nixpkgs { overlays = [ ]; }, }: let