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:
parent
21db6fe9ff
commit
51d3affaa8
@ -272,7 +272,7 @@
|
|||||||
inherit inputs vars;
|
inherit inputs vars;
|
||||||
|
|
||||||
devShells = eachSystem (system: let
|
devShells = eachSystem (system: let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs-unstable { inherit system; };
|
||||||
in {
|
in {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user