mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
7 lines
208 B
Nix
7 lines
208 B
Nix
{ flake, system, ... }:
|
|
|
|
self: super: {
|
|
fuckport = self.callPackage ./fuckport.nix { };
|
|
nixci = flake.inputs.nixci.packages.${system}.default;
|
|
actual = flake.inputs.actual.packages.${system}.default;
|
|
}
|