diff --git a/configuration.nix b/configuration.nix index 42dd7da..1673d16 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running `nixos-help`). -{ config, pkgs, lib, inputs, ... }: +{ config, pkgs, lib, ... }: { imports = @@ -202,7 +202,7 @@ system.autoUpgrade = { enable = true; - flake = inputs.self.outPath; + # flake = inputs.self.outPath; flags = [ "--update-input" "nixpkgs"