mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Workaround PR263669 not being merged yet
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
1eca042e3f
commit
f6b626caec
|
@ -1,7 +1,9 @@
|
||||||
{ ... }:
|
{ inputs', pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.pantalaimon = {
|
services.pantalaimon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# TODO switch to unstable when PR263669 is merged
|
||||||
|
package = inputs'.nixpkgs-stable.legacyPackages.${pkgs.stdenv.system}.pantalaimon;
|
||||||
settings =
|
settings =
|
||||||
{
|
{
|
||||||
Default =
|
Default =
|
||||||
|
|
Loading…
Reference in a new issue