Revert "vanadium: move nixpkgs contribution packages to environment"

This reverts commit 419355f51f.
This commit is contained in:
Primrose 2025-05-22 23:28:55 +02:00
parent 6a0cd9a48a
commit 0832b63b89
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 18 additions and 15 deletions

11
nix/environments/nix.nix Normal file
View file

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