setting to unstable for latest version

This commit is contained in:
Joseph Hanson 2024-10-10 10:30:05 -05:00
parent 7948141205
commit 9df6969208
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
# Add package
environment.systemPackages = [
pkgs.pika-backup
pkgs.unstable.pika-backup
];
# Setup auto start at login.
home-manager.users.${user} = {