nimPackages.shell: init at 0.5.0

This commit is contained in:
Sebastian Wendel 2022-10-31 16:08:11 +01:00
parent 281abec099
commit 324db8c9de
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{fetchFromGitHub}:
fetchFromGitHub {
owner = "Vindaar";
repo = "shell";
rev = "b9f0e9691241639638743c7c9f289797bdbd92b1";
hash = "sha256-Sr5nvDm7LiuCu1pVIXZ8+Xm4GiR7WroljCRo7awfr+4=";
}

View file

@ -70,6 +70,8 @@ lib.makeScope newScope (self:
segmentation = callPackage ../development/nim-packages/segmentation { };
shell = callPackage ../development/nim-packages/shell { };
snappy =
callPackage ../development/nim-packages/snappy { inherit (pkgs) snappy; };