refactor: update flake description
This commit is contained in:
parent
37a623bbae
commit
1aae2b325f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "A very basic flake";
|
description = "Snowfall Lib";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
|
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
};
|
};
|
||||||
flake-options = builtins.removeAttrs flake-and-lib-options [ "inputs" "src" ];
|
flake-options = builtins.removeAttrs flake-and-lib-options [ "inputs" "src" ];
|
||||||
in
|
in
|
||||||
lib.mkFlake flake-options;
|
lib.mkFlake flake-options;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit mkLib mkFlake;
|
inherit mkLib mkFlake;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue