rPackages: Implement overlay infrastructure
This commit is contained in:
@@ -36,6 +36,8 @@ self: super: pkgs: with pkgs; {
|
||||
|
||||
pythonOverrides = lib.composeExtensions super.pythonOverrides (import ./python-packages.nix pkgs);
|
||||
|
||||
rOverrides = lib.composeExtensions super.rOverrides (import ./r-modules.nix pkgs);
|
||||
|
||||
#sumo = callPackage ./sumo.nix { fox = fox_1_6; };
|
||||
|
||||
namd = callPackage ./namd.nix { };
|
||||
|
||||
3
pkgs/r-modules.nix
Normal file
3
pkgs/r-modules.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
pkgs: self: super: with self; {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user