mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-21 23:13:09 +01:00
9 lines
245 B
Nix
9 lines
245 B
Nix
# flakelight -- Framework for simplifying flake setup
|
|
# Copyright (C) 2023 Archit Gupta <archit@accelbread.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
rec {
|
|
default = basic;
|
|
basic = { path = ./basic; description = "Minimal Flakelight flake."; };
|
|
}
|