From 3b375af67ec1e08fa7044cdfddf72975c446fb7c Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 10 Apr 2023 23:30:53 +0200 Subject: [PATCH] Remove unnecessary 'inputs.' --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index c7d35c9..250054e 100644 --- a/flake.nix +++ b/flake.nix @@ -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