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