Many changes

This commit is contained in:
2025-05-01 16:59:04 +03:00
parent 13ee5dc830
commit 8540c5e6d3
12 changed files with 115 additions and 22 deletions
+5 -3
View File
@@ -7,9 +7,11 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
helm = prev.helm.overrideAttrs (oldAttrs: rec {
patches = oldAttrs.patches or [] ++ [
./helm.patch
];
});
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will