Removed sonarr-nixpkgs input, not necessary anymore
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs-sonarr.url = "github:nixos/nixpkgs/328abff1f7a707dc8da8e802f724f025521793ea";
|
||||
|
||||
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||
|
||||
@@ -13,7 +12,6 @@
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
nixpkgs-sonarr,
|
||||
vpnconfinement,
|
||||
website-builder,
|
||||
self,
|
||||
@@ -34,12 +32,7 @@
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
});
|
||||
in {
|
||||
nixosModules = {
|
||||
default = {
|
||||
imports = [./nixarr vpnconfinement.nixosModules.default];
|
||||
config._module.args = {inherit nixpkgs-sonarr;};
|
||||
};
|
||||
};
|
||||
nixosModules.default.imports = [./nixarr vpnconfinement.nixosModules.default];
|
||||
|
||||
devShells = forAllSystems ({pkgs}: {
|
||||
default = pkgs.mkShell {
|
||||
|
||||
Reference in New Issue
Block a user