Remove unnecessary 'inputs.'

This commit is contained in:
Erwin Boskma 2023-04-10 23:30:53 +02:00
parent f4b9ab01f6
commit 3b375af67e
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -116,7 +116,7 @@
nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nixpkgs = nixpkgs =
let let
nomachine-pkgs = import inputs.nomachine { nomachine-pkgs = import nomachine {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
@ -126,8 +126,8 @@
self.overlays.default self.overlays.default
ha-now-playing.overlays.${system} ha-now-playing.overlays.${system}
pamedia.overlays.${system} pamedia.overlays.${system}
inputs.emacs-overlay.overlay emacs-overlay.overlay
inputs.nil.overlays.default nil.overlays.default
(_final: _prev: { (_final: _prev: {
nomachine = nomachine-pkgs.nomachine; nomachine = nomachine-pkgs.nomachine;
}) })
@ -150,7 +150,7 @@
nix.registry.nixpkgs.flake = nixpkgs; nix.registry.nixpkgs.flake = nixpkgs;
}) })
sops.nixosModules.sops sops.nixosModules.sops
inputs.sunshine.nixosModules.sunshine sunshine.nixosModules.sunshine
] ++ (nixpkgs.lib.optional (deployConfig != null) { _module.args.nixinate = deployConfig; }) ] ++ (nixpkgs.lib.optional (deployConfig != null) { _module.args.nixinate = deployConfig; })
; ;
}; };
@ -212,6 +212,7 @@
backscrub = pkgs.backscrub; backscrub = pkgs.backscrub;
bl3auto = pkgs.bl3auto; bl3auto = pkgs.bl3auto;
commitgpt = pkgs.commitgpt; commitgpt = pkgs.commitgpt;
obs-backgroundremoval = pkgs.obs-backgroundremoval;
}; };
checks = { checks = {
@ -251,6 +252,7 @@
nix-prefetch-github nix-prefetch-github
nix-prefetch-docker nix-prefetch-docker
nixos-install-tools nixos-install-tools
popsicle
terraform terraform
terraform-ls terraform-ls
taplo taplo