flake: use nixpkgs unstable for devShell

unstable is the more common nix channel among all my systems so this
reduces the closure size overall
This commit is contained in:
NullBite 2024-04-21 13:40:56 -04:00
parent 21db6fe9ff
commit 51d3affaa8
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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; [