dsaljdsalkjdsal
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
{
|
||||
# 'nixos-rebuild switch --upgrade', by default daily with no reboot
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
#system.autoUpgrade.allowReboot = true; # reboot after a kernel (module) or initrd upgrade, consider also setting `rebootWindow`
|
||||
|
||||
@@ -26,10 +26,6 @@
|
||||
#system.autoUpgrade.flake = "github:pbsds/nix-config"; # TODO: use this instead?
|
||||
system.autoUpgrade.flags = [
|
||||
"--recreate-lock-file" # fetch new inputs
|
||||
#"--update-input" "nixpkgs"
|
||||
#"--update-input" "unstable"
|
||||
#"--update-input" "home-manager"
|
||||
#"--update-input" "nixos-hardware"
|
||||
"--no-write-lock-file" # no write new flakelock, as the in-store flake is read-only
|
||||
"-L" # print build logs
|
||||
];
|
||||
|
||||
@@ -1,18 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
cachix
|
||||
nix-output-monitor
|
||||
nix-prefetch
|
||||
nix-top
|
||||
#nix-index
|
||||
nix-tree
|
||||
nix-search-cli # nix-search
|
||||
nix-diff
|
||||
#comma
|
||||
nixfmt
|
||||
alejandra
|
||||
#nixpkgs-hammering
|
||||
#nixpkgs-review
|
||||
comma
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user