refactor: update flake description

This commit is contained in:
Jake Hamilton 2023-08-24 20:26:57 -07:00
parent 37a623bbae
commit 1aae2b325f
No known key found for this signature in database
GPG key ID: 9762169A1B35EA68

View file

@ -1,5 +1,5 @@
{
description = "A very basic flake";
description = "Snowfall Lib";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
@ -34,7 +34,7 @@
};
flake-options = builtins.removeAttrs flake-and-lib-options [ "inputs" "src" ];
in
lib.mkFlake flake-options;
lib.mkFlake flake-options;
in
{
inherit mkLib mkFlake;