mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-21 10:07:51 +02:00
Add description to flakelight flake
This commit is contained in:
parent
b72983b29a
commit
46ade23b8c
@ -3,6 +3,8 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
{
|
{
|
||||||
|
description =
|
||||||
|
"A modular Nix flake framework for simplifying flake definitions";
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
|
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
outputs = inputs:
|
outputs = inputs:
|
||||||
let flakelight = import ./. inputs; in
|
let flakelight = import ./. inputs; in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user