Remove unnecessary 'inputs.'
This commit is contained in:
parent
f4b9ab01f6
commit
3b375af67e
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
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
|
||||
|
|
Loading…
Reference in a new issue