run deadnix

This commit is contained in:
insects 2024-08-21 14:29:24 +02:00
parent b0e9c6d3dd
commit 61086f393a
16 changed files with 14 additions and 16 deletions

View file

@ -6,7 +6,7 @@
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
modifications = _final: _prev: {
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });