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
|
ncdu
|
||||||
|
|
||||||
# Rust packages
|
# Rust packages
|
||||||
topgrade
|
|
||||||
trunk
|
trunk
|
||||||
wasm-pack
|
wasm-pack
|
||||||
cargo-watch
|
cargo-watch
|
||||||
@ -59,6 +58,13 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
topgrade = {
|
||||||
|
enable = true;
|
||||||
|
settings.config = {
|
||||||
|
disable = [ "system" "nix" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user