mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-15 11:47:54 +08:00
3 lines
67 B
Nix
3 lines
67 B
Nix
self: super: {
|
|
fuckport = self.callPackage ./fuckport.nix { };
|
|
}
|