This commit is contained in:
Daniel Ziltener 2024-07-10 15:18:38 +02:00
parent a5737668a4
commit 99698e32a3
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

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