From b7254760ccedc8fc81a21b4e707c628556df1f6c Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 7 Nov 2023 21:39:13 -0500 Subject: initial commit --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..f6d4cd3 --- /dev/null +++ b/flake.nix @@ -0,0 +1,14 @@ +{ + description = "generate github matrices with nix!"; + + inputs.nixpkgs-lib.url = "github:nix-community/nixpkgs.lib"; + + outputs = { + self, + nixpkgs-lib, + ... + }: { + lib = import ./lib.nix nixpkgs-lib.lib; + flakeModule = import ./module.nix self.lib; + }; +} -- cgit v1.2.3