Disable system,nix updates from Topgrade (#29)
Topgrade is upgrading from local instead of remote, and throws an error when it tries to upgrade nix. Disabling these checks. Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
93ce3a6de3
commit
962baa4e64
@ -25,7 +25,6 @@
|
||||
ncdu
|
||||
|
||||
# Rust packages
|
||||
topgrade
|
||||
trunk
|
||||
wasm-pack
|
||||
cargo-watch
|
||||
@ -59,6 +58,13 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
topgrade = {
|
||||
enable = true;
|
||||
settings.config = {
|
||||
disable = [ "system" "nix" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
|
Loading…
x
Reference in New Issue
Block a user