diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-05 14:42:04 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-05 18:18:28 +0100 |
commit | 4a0280095b201965b728d6c0039b9dd6cc4a4a5a (patch) | |
tree | 16ec10d3b19bca9258ec73672fea17850941738d | |
parent | b531969c6b10d73727bb037ce87d03d31c4ed299 (diff) |
flake.nix: Fix typo
* flake.nix: Fix name of defaultPackage.
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ in rec { packages = pkgs.lib.recurseIntoAttrs (pkgs.callPackage ./. {}); - defaultPackage = packages.git-email-full; + defaultPackage = packages.git-email-full-git; }); } |