chore: use nixpkgs unstable for more recent packages

This commit is contained in:
kolaente
2024-08-12 15:32:12 +02:00
parent 9576f72d7c
commit 1d624612ee

View File

@@ -3,7 +3,7 @@
let
pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; };
in {
packages = with pkgs; [
packages = with pkgs-unstable; [
# General tools
git-cliff
# Frontend tools