mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +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 = {
|
||||
enable = true;
|
||||
# TODO switch to unstable when PR263669 is merged
|
||||
package = inputs'.nixpkgs-stable.legacyPackages.${pkgs.stdenv.system}.pantalaimon;
|
||||
settings =
|
||||
{
|
||||
Default =
|
||||
|
|
Loading…
Reference in a new issue