mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: Everything
This commit is contained in:
parent
fb814ed301
commit
f6d114ebd0
20 changed files with 415 additions and 1514 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs.std.lib) string set;
|
||||
inherit (inputs.std.lib.Std.compat) string set;
|
||||
inherit (inputs.self) systems;
|
||||
enabledNixosSystems = set.filter (_: system: system.config.ci.enable && system.config.type == "NixOS") systems;
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
exportFile = import ./exports.nix args;
|
||||
inherit (exportFile) exports;
|
||||
inherit (lib.strings) makeBinPath;
|
||||
inherit (inputs.std.lib) string;
|
||||
inherit (inputs.std.lib.Std.compat) string;
|
||||
inherit (inputs.self.legacyPackages.${system}) pkgs;
|
||||
inherit (import ../ci/nix.nix) ci;
|
||||
nf-generate = pkgs.writeShellScriptBin "nf-generate" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue