Compare commits
No commits in common. "4988f60e428baed6f8f729474af316ece983e92d" and "f0b2747974790bd9265cc64317561ceb4d5bd9f9" have entirely different histories.
4988f60e42
...
f0b2747974
@ -1,15 +1,9 @@
|
||||
self: super:
|
||||
let
|
||||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
unstable-jackett = import (super.fetchFromGitHub {
|
||||
owner = "r-ryantm";
|
||||
repo = "nixpkgs";
|
||||
rev = "969eccc471d6a7108e2d3a2d54dca3127ab004b3";
|
||||
sha256 = "0kmz7g9r05dpikln1ad46dk06hid214cjcv3csp708gc0h3qj7zm";
|
||||
}){};
|
||||
unstable = import <nixos-unstable> {};
|
||||
in
|
||||
{
|
||||
jackett = unstable-jackett.jackett;
|
||||
jackett = unstable.jackett;
|
||||
radarr = unstable.radarr;
|
||||
sonarr = unstable.sonarr;
|
||||
emby = unstable.emby;
|
||||
|
@ -10,7 +10,7 @@ let
|
||||
max_port = 52348;
|
||||
musique_port = 52349;
|
||||
|
||||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
unstable = import <nixos-unstable> {};
|
||||
in
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user