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
|
let
|
||||||
pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; };
|
pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; };
|
||||||
in {
|
in {
|
||||||
packages = with pkgs; [
|
packages = with pkgs-unstable; [
|
||||||
# General tools
|
# General tools
|
||||||
git-cliff
|
git-cliff
|
||||||
# Frontend tools
|
# Frontend tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user