mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
build everything from source
This commit is contained in:
@@ -28,21 +28,22 @@ inputs:
|
||||
hostPlatform = mkConditional (nixpkgs.march != null)
|
||||
{ system = "x86_64-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; }
|
||||
"x86_64-linux";
|
||||
noBuildPackages =
|
||||
[
|
||||
# chromium
|
||||
"chromium" "electron" "webkitgtk"
|
||||
# old python release
|
||||
"python310"
|
||||
# nodejs
|
||||
"nodejs"
|
||||
# haskell
|
||||
"haskell"
|
||||
# libreoffice
|
||||
"libreoffice" "libreoffice-qt" "libreoffice-fresh"
|
||||
# java
|
||||
"openjdk" "jetbrains"
|
||||
];
|
||||
noBuildPackages = [];
|
||||
# noBuildPackages =
|
||||
# [
|
||||
# # chromium
|
||||
# "chromium" "electron" "webkitgtk"
|
||||
# # old python release
|
||||
# "python310"
|
||||
# # nodejs
|
||||
# "nodejs"
|
||||
# # haskell
|
||||
# "haskell"
|
||||
# # libreoffice
|
||||
# "libreoffice" "libreoffice-qt" "libreoffice-fresh"
|
||||
# # java
|
||||
# "openjdk" "jetbrains"
|
||||
# ];
|
||||
in
|
||||
{
|
||||
inherit hostPlatform;
|
||||
|
||||
Reference in New Issue
Block a user