1 { lib, buildGoModule, fetchFromGitHub, callPackage }:
7 src = fetchFromGitHub {
11 sha256 = "0b3sz8zp1nwcjl02b3lli5yjc7vfay1ig6fs8bgxwz22imfx076p";
14 vendorHash = "sha256-puCqql77kvdWTcwp8z6LExBt/HbNRNe0f+wtM0kLoWM=";
16 excludedPackages = ".nap";
19 description = "Code snippets in your terminal 🛌";
21 homepage = "https://github.com/maaslalani/nap";
22 license = lib.licenses.mit;
23 maintainers = with lib.maintainers; [ phdcybersec maaslalani ];