vanadium: move nixpkgs contribution packages to environment

This commit is contained in:
Primrose 2025-05-10 19:38:41 +02:00
parent 993b107455
commit 419355f51f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 15 additions and 18 deletions

View file

@ -1,11 +0,0 @@
{
buildEnv,
#
nixfmt-rfc-style,
}:
buildEnv {
name = "nix";
paths = [
nixfmt-rfc-style
];
}