Skip to content

Commit

Permalink
lib/licenses: remove unused rec
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored and alyssais committed Jun 23, 2023
1 parent dafa046 commit c783b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/licenses.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib }:

lib.mapAttrs (lname: lset: let
defaultLicense = rec {
defaultLicense = {
shortName = lname;
free = true; # Most of our licenses are Free, explicitly declare unfree additions as such!
deprecated = false;
Expand Down

0 comments on commit c783b54

Please sign in to comment.