mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Clean up flake.nix by removing commented template
This commit is contained in:
parent
3298dd9600
commit
9130864022
1 changed files with 1 additions and 8 deletions
|
|
@ -83,14 +83,7 @@
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [prev.rPackages.mvtnorm];
|
propagatedBuildInputs = [prev.rPackages.mvtnorm];
|
||||||
};
|
};
|
||||||
# Template for adding more packages:
|
|
||||||
# somepkg = mkGitR {
|
|
||||||
# pname = "somepkg";
|
|
||||||
# src = somepkg; # from inputs (add it above)
|
|
||||||
# subdir = "."; # change if the R pkg is in a subfolder
|
|
||||||
# propagatedBuildInputs = with final.rPackages; [ <deps> ];
|
|
||||||
# buildInputs = [ <system-libs-if-needed> ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue