From 99698e32a3d4755842ff85eb1c8b16fc65d2b7c2 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 10 Jul 2024 15:18:38 +0200 Subject: [PATCH] . --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"