1
0
Fork 0
forked from emily/nixfiles
nixfiles-emily/pkgs/overlay.nix

6 lines
225 B
Nix
Raw Normal View History

2024-05-11 16:27:31 +02:00
final: prev: {
2024-04-22 14:14:30 +02:00
nyastodon = final.callPackage ./nyastodon/default.nix { };
2024-05-12 19:54:39 +02:00
upgrade-system = final.callPackage ./upgrade-system/default.nix { };
2024-05-16 17:07:39 +02:00
update-nixfiles = final.callPackage ./update-nixfiles/default.nix { };
2024-04-22 14:14:30 +02:00
}