1
1
forked from extern/flakelight

Add description to flakelight flake

This commit is contained in:
Archit Gupta 2023-09-05 20:04:14 -07:00
parent b72983b29a
commit 46ade23b8c

View File

@ -3,6 +3,8 @@
# SPDX-License-Identifier: MIT
{
description =
"A modular Nix flake framework for simplifying flake definitions";
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
outputs = inputs:
let flakelight = import ./. inputs; in