1
0

chore: use nixpkgs unstable for more recent packages

(cherry picked from commit 1d624612ee5dc81f9fbaa00ef3bcfe7d0ebbe608)
This commit is contained in:
kolaente 2024-08-12 15:32:12 +02:00
parent 7bc77ae8c0
commit f5040ad2f4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

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