Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix

๐Ÿ”ง๐Ÿ› Inherit mkOpt from self.lib instead of self

thevoid.cafe 553529e2 61e11829

verified
+2 -1
+2 -1
modules/home/profile/default.nix
··· 5 5 ... 6 6 }: 7 7 let 8 - inherit (self) namespace mkOpt; 8 + inherit (self) namespace; 9 + inherit (self.lib) mkOpt; 9 10 inherit (lib) types; 10 11 11 12 cfg = config.${namespace}.profile;