mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +01:00
system(home): Disable nixpkgs release check
Necessary since we take advantage of newer hypridle and hyprlock modules while sticking with an older version of nixpkgs to avoid issues with newer versions of hyprland and ironbar. Breakage may have been influenced by a dependency but seems to occur with various combinations of hyprland and ironbar. - hyprland v0.39.1 + ironbar v0.14.1 - hyprland v0.39.1 + ironbar master - hyprland master + ironbar master
This commit is contained in:
parent
a1a54472ab
commit
e60c826ed5
@ -134,6 +134,8 @@ in
|
||||
sharedModules = singleton {
|
||||
home = {
|
||||
inherit (cfg) stateVersion;
|
||||
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
};
|
||||
|
||||
programs.man.generateCaches = true;
|
||||
|
Loading…
Reference in New Issue
Block a user