mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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
|
|
@ -22,11 +22,6 @@ in {
|
||||||
pkgs.poppler_utils # pdfseparate, pdfunite
|
pkgs.poppler_utils # pdfseparate, pdfunite
|
||||||
myPkgs.easyscan
|
myPkgs.easyscan
|
||||||
|
|
||||||
# fun
|
|
||||||
myPkgs.prop-solveur
|
|
||||||
myPkgs.hbrainfuck
|
|
||||||
pkgs.lucky-commit
|
|
||||||
|
|
||||||
# research
|
# research
|
||||||
myPkgs.necrolib
|
myPkgs.necrolib
|
||||||
|
|
||||||
|
|
|
||||||
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