mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: remove extraPackages.university option
This commit is contained in:
parent
5d22699717
commit
60384f88fd
3 changed files with 4 additions and 13 deletions
|
|
@ -13,7 +13,6 @@ in
|
|||
options.extraPackages = {
|
||||
utilities.enable = lib.mkEnableOption "utility packages";
|
||||
workflow.enable = lib.mkEnableOption "worflow packages";
|
||||
university.enable = lib.mkEnableOption "university related packages";
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
@ -72,16 +71,6 @@ in
|
|||
pkgs.act
|
||||
pkgs.forgejo-actions-runner
|
||||
])
|
||||
|
||||
(lib.mkIf config.extraPackages.university.enable [
|
||||
pkgs.rars
|
||||
myPkgs.logisim-evolution
|
||||
myPkgs.necrolib
|
||||
myPkgs.why3
|
||||
|
||||
myPkgs.isabelle-wrapped
|
||||
pkgs.hol
|
||||
])
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue