mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
rustic-rs: move to by-name
This is necessary for CI to allow the package to be renamed.
This commit is contained in:
parent
b34ee7d484
commit
3f190aaad8
@ -26095,7 +26095,7 @@ with pkgs;
|
||||
|
||||
roon-server = callPackage ../servers/roon-server { };
|
||||
|
||||
rustic-rs = callPackage ../tools/backup/rustic-rs {
|
||||
rustic-rs = callPackage ../by-name/ru/rustic-rs/package.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user