From 93a6c43ae005b39cce3b33a1dddf0e50ca5e06ad Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Wed, 8 Oct 2025 13:16:08 -0500 Subject: Started writing modules --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..739f1cf --- /dev/null +++ b/flake.nix @@ -0,0 +1,13 @@ +{ + description = "Nix utilities to manage keyboard firmware"; + + inputs = { + nixpkgs.url = "github:nixos/nixpkgs"; + flake-parts.url = "github:hercules-ci/flake-parts"; + systems.url = "github:nix-systems/default"; + }; + + outputs = inputs@{self, ... }: inputs.flake-parts.mkFlake { inherit inputs self; } { + systems = import inputs.systems; + }; +} -- cgit v1.2.3