forked from vikunja/vikunja
chore: use nixpkgs unstable for more recent packages
This commit is contained in:
parent
9576f72d7c
commit
1d624612ee
@ -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…
Reference in New Issue
Block a user