diff --git a/flake.nix b/flake.nix index 49d5cb0..8ca2d4b 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ # The `@` syntax here is used to alias the attribute set of the # inputs's parameter, making it convenient to use inside the function. - outputs = { self, nixpkgs-stable, nixpkgs-unstable, home-manager-stable, home-manager-unstable, hy3, ... }@inputs: + outputs = { self, nixpkgs-stable, nixpkgs-unstable, home-manager-stable, home-manager-unstable, ... }@inputs: let inherit (self) outputs; in diff --git a/nixos/common.nix b/nixos/common.nix index 01f59b2..c87cd70 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, ... }: { imports = [ ../cachix.nix ]; diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index a3a644a..120a295 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ config, lib, pkgs, inputs, ... }: +{ pkgs, inputs, ... }: let upsPassword = "illgettoiteventually"; vendorid = "0764";