chore: use nixpkgs unstable for more recent packages
(cherry picked from commit 1d624612ee5dc81f9fbaa00ef3bcfe7d0ebbe608)
This commit is contained in:
parent
7bc77ae8c0
commit
f5040ad2f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user