mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Use latest nixci
This commit is contained in:
parent
ff3d8ddbc5
commit
bf1da61606
4 changed files with 388 additions and 41 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{flake, system, ... }:
|
||||
|
||||
self: super: {
|
||||
fuckport = self.callPackage ./fuckport.nix { };
|
||||
nixci = flake.inputs.nixci.packages.${system}.default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue