mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: lots of things, really
This commit is contained in:
parent
5448280ec8
commit
185833d1fb
28 changed files with 200 additions and 168 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
system,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs.std.lib) string list set;
|
||||
{inputs, ...}: let
|
||||
inherit (inputs.std.lib) string set;
|
||||
inherit (inputs.self) systems;
|
||||
enabledNixosSystems = set.filter (_: system: system.config.ci.enable && system.config.type == "NixOS") systems;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue