mochi/nixos/overlays
Joseph Hanson 2b6d062d16
All checks were successful
Build / nix-build (native-x86_64, telperion) (push) Successful in 2m13s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 3m23s
Build / nix-build (native-x86_64, shadowfax) (push) Successful in 4m38s
reformat
2024-12-27 21:30:25 -06:00
..
cargo-tauri latest tauri for yaak 2024-10-17 21:43:46 -05:00
charm-mods reformat 2024-12-27 21:30:25 -06:00
coder reformat 2024-12-27 21:30:25 -06:00
smartmontools the previous url was incorrectly formatted to retrieve a more up to date file 2024-09-12 16:09:12 -05:00
talosctl reformat 2024-12-27 21:30:25 -06:00
termius reformat 2024-12-27 21:30:25 -06:00
vivaldi reformat 2024-12-27 21:30:25 -06:00
xpipe reformat 2024-12-27 21:30:25 -06:00
zed-editor reformat 2024-12-27 21:30:25 -06:00
.gitkeep Customizing and adding another host. 2024-06-20 13:03:44 -05:00
default.nix reformat 2024-12-27 21:30:25 -06:00
README.md Customizing and adding another host. 2024-06-20 13:03:44 -05:00

Adding overlays

Overlays should be added as individual nix files to ./nixos/overlays with format

final: prev: {
    hello = (prev.hello.overrideAttrs (oldAttrs: { doCheck = false; }));
}