mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: remove autoupdate
This commit is contained in:
parent
aa7252d7d5
commit
c3edd90af8
4 changed files with 0 additions and 181 deletions
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
services.autoupdate = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"dotfiles" = {
|
||||
path = "/home/leana/.dotfiles";
|
||||
updateCommand = ''
|
||||
nix flake update nixpkgs
|
||||
nix flake update home-manager
|
||||
nix flake update nur
|
||||
nix flake update nixos-hardware
|
||||
nix flake update flake-parts
|
||||
nix flake update pre-commit-hooks
|
||||
|
||||
nix build ".?ref=$(git rev-parse @)#nixosConfigurations.${hostname}.config.system.build.toplevel" --out-link last
|
||||
nix build ".#nixosConfigurations.${hostname}.config.system.build.toplevel"
|
||||
'';
|
||||
commitMessageCommand = ''
|
||||
${lib.getExe pkgs.nvd} diff last result
|
||||
unlink last
|
||||
'';
|
||||
};
|
||||
|
||||
"nixiode" = {
|
||||
path = "/home/leana/r/leana/nixiode";
|
||||
updateCommand = ''
|
||||
nix flake update nixpkgs
|
||||
nix flake update home-manager
|
||||
nix flake update blog
|
||||
nix flake update cv
|
||||
|
||||
nix build ".?ref=$(git rev-parse @)#nixosConfigurations.forgejo.config.system.build.toplevel" --out-link last
|
||||
nix build ".#nixosConfigurations.forgejo.config.system.build.toplevel"
|
||||
'';
|
||||
commitMessageCommand = ''
|
||||
${lib.getExe pkgs.nvd} diff last result
|
||||
unlink last
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -12,8 +12,6 @@ in {
|
|||
./gui.nix
|
||||
./xmobar.nix
|
||||
|
||||
./autoupdate.nix
|
||||
|
||||
# Language server packages, etc
|
||||
./dev.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue