mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 10:12:37 +08:00
6 lines
149 B
Nix
6 lines
149 B
Nix
{ flake, system, ... }:
|
|
|
|
self: super: {
|
|
fuckport = self.callPackage ./fuckport.nix { };
|
|
nixci = flake.inputs.nixci.packages.${system}.default;
|
|
}
|