Added polr package

This commit is contained in:
Luj 2022-08-14 17:45:00 +02:00
parent b53e3e0e34
commit 0d0b9592d4
Signed by: luj
GPG key ID: 6FC74C847011FD83
9 changed files with 6994 additions and 0 deletions

View file

@ -38,6 +38,7 @@ in
paperless-ng = prev.pkgs.callPackage ../packages/paperless-ng { };
tailscale = prev.unstable.tailscale;
nodePackages = prev.unstable.nodePackages;
polr = prev.pkgs.callPackage ../packages/polr { };
})
inputs.neovim-nightly-overlay.overlay
];