Make backup-helper follow unstable
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m43s

This commit is contained in:
2024-10-21 10:58:12 +02:00
parent 3e35c1ac0c
commit a19161ca69
2 changed files with 14 additions and 25 deletions

View File

@@ -10,7 +10,10 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
backup-helper.url = "git+https://git.t-juice.club/torjus/backup-helper?ref=master";
backup-helper = {
url = "git+https://git.t-juice.club/torjus/backup-helper?ref=master";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs =