From 51d3affaa814708b0faa16dcc4a6a22d08c4b826 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 21 Apr 2024 13:40:56 -0400 Subject: [PATCH] flake: use nixpkgs unstable for devShell unstable is the more common nix channel among all my systems so this reduces the closure size overall --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 315df13..3635bc0 100644 --- a/flake.nix +++ b/flake.nix @@ -272,7 +272,7 @@ inherit inputs vars; devShells = eachSystem (system: let - pkgs = import nixpkgs { inherit system; }; + pkgs = import nixpkgs-unstable { inherit system; }; in { default = pkgs.mkShell { buildInputs = with pkgs; [