Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



To install it into our environment, you can just run nix-env -iA nixpkgs.myPackages.
If you want to change selection, open document below and click on "Move attachment"

Global configuration | nixpkgs
nix: { packageOverrides = pkgs: with pkgs; { myPackages = pkgs.buildEnv { name = "my-packages"; paths = [ aspell bc coreutils gdb ffmpeg nixUnstable emscripten jq nox silver-searcher ]; }; }; } <span>To install it into our environment, you can just run nix-env -iA nixpkgs.myPackages. If you want to load the packages to be built from a working copy of nixpkgs you just run nix-env -f. -iA myPackages. To explore what's been installed, just look through ~/.nix-profile/.


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.