Skip to content

Commit

Permalink
refactor: update flake description
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Aug 25, 2023
1 parent 37a623b commit 1aae2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "A very basic flake";
description = "Snowfall Lib";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1aae2b3

Please sign in to comment.