mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move lol packages to environment
This commit is contained in:
parent
f939be5249
commit
b11520994f
2 changed files with 15 additions and 5 deletions
15
nix/environments/fun.nix
Normal file
15
nix/environments/fun.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
myPkgs,
|
||||
pkgs,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "fun";
|
||||
|
||||
paths = [
|
||||
myPkgs.prop-solveur
|
||||
myPkgs.hbrainfuck
|
||||
pkgs.lucky-commit
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue