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
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

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