mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Revert "vanadium: move nixpkgs contribution packages to environment"
This reverts commit 419355f51f.
This commit is contained in:
parent
6a0cd9a48a
commit
0832b63b89
3 changed files with 18 additions and 15 deletions
11
nix/environments/nix.nix
Normal file
11
nix/environments/nix.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
nixfmt-rfc-style,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "nix";
|
||||
paths = [
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue