hm: add nur overlay to the hm pkgs

This commit is contained in:
Motiejus Jakštys 2023-12-11 08:50:50 +02:00
parent f88b21c6b4
commit 9719521847
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
nur.overlay
(_final: prev: {
zigpkgs = import zigpkgs {
inherit (prev) pkgs;