Initial import
This commit is contained in:
commit
a28efabb73
8 changed files with 722 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Hidden files
|
||||
.*
|
||||
!.git*
|
||||
|
||||
# Nix
|
||||
/result
|
||||
/result-*
|
114
flake.lock
Normal file
114
flake.lock
Normal file
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"nodes": {
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flakey-profile": {
|
||||
"locked": {
|
||||
"lastModified": 1712898590,
|
||||
"narHash": "sha256-FhGIEU93VHAChKEXx905TSiPZKga69bWl1VB37FK//I=",
|
||||
"owner": "lf-",
|
||||
"repo": "flakey-profile",
|
||||
"rev": "243c903fd8eadc0f63d205665a92d4df91d42d9d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "lf-",
|
||||
"repo": "flakey-profile",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"lix": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1732056932,
|
||||
"narHash": "sha256-3ubtSu0D+BUV5FKmBU7kTEXlI/okp/j1xC/ODC7LgTA=",
|
||||
"rev": "b0d7a816135de1cd551b8a54f5497148bf59d81d",
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/b0d7a816135de1cd551b8a54f5497148bf59d81d.tar.gz?rev=b0d7a816135de1cd551b8a54f5497148bf59d81d"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
|
||||
}
|
||||
},
|
||||
"lix-module": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"flakey-profile": "flakey-profile",
|
||||
"lix": [
|
||||
"lix"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731967274,
|
||||
"narHash": "sha256-n6dPGRlMGdL8X5gviA6ZuRfUdbdD5KiNN/BpABA5YT0=",
|
||||
"rev": "aa2846680fa9a2032939d720487942567fd9eb63",
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/aa2846680fa9a2032939d720487942567fd9eb63.tar.gz?rev=aa2846680fa9a2032939d720487942567fd9eb63"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1731890469,
|
||||
"narHash": "sha256-D1FNZ70NmQEwNxpSSdTXCSklBH1z2isPR84J6DQrJGs=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5083ec887760adfe12af64830a66807423a859a7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"lix": "lix",
|
||||
"lix-module": "lix-module",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
110
flake.nix
Normal file
110
flake.nix
Normal file
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
description = "I do not have to explain myself";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
lix = {
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.lix.follows = "lix";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-experimental-features = [ "pipe-operator" "pipe-operators" ];
|
||||
extra-substituters = [ "https://cache.kyouma.net" ];
|
||||
extra-trusted-public-keys = [ "cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=" ];
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, lix-module, ... }: let
|
||||
lib = nixpkgs.lib.extend (final: prev: {
|
||||
neoidiosyn = {
|
||||
systems = {
|
||||
riscv64 = "rv64gc";
|
||||
aarch64 = "armv8.2-a";
|
||||
x86_64 = "x86-64-v3";
|
||||
} |> final.mapAttrs' (cpu: arch: {
|
||||
name = "${cpu}-linux";
|
||||
value = {
|
||||
config = "${cpu}-unknown-linux-musl";
|
||||
useLLVM = true;
|
||||
linker = "lld";
|
||||
gcc = { inherit arch; };
|
||||
};
|
||||
});
|
||||
};
|
||||
});
|
||||
in {
|
||||
inherit lib;
|
||||
|
||||
overlays.default = lib.composeExtensions
|
||||
lix-module.overlays.default
|
||||
(import ./overlay.nix { inherit lib; });
|
||||
|
||||
legacyPackages = lib.neoidiosyn.systems
|
||||
|> lib.mapAttrs (system: crossSystem: let
|
||||
pkgs = import nixpkgs {
|
||||
localSystem.config = "x86_64-unknown-linux-musl";
|
||||
|
||||
inherit crossSystem;
|
||||
overlays = [ self.overlays.default ];
|
||||
|
||||
config = {
|
||||
allowBroken = true;
|
||||
allowUnsupportedSystem = true;
|
||||
};
|
||||
};
|
||||
in pkgs // {
|
||||
config = let
|
||||
stdenv = import ./stdenv.nix { inherit lib pkgs; };
|
||||
in pkgs.config or { } // {
|
||||
replaceStdenv = stdenv;
|
||||
replaceCrossStdenv = stdenv;
|
||||
};
|
||||
});
|
||||
|
||||
nixosModules = {
|
||||
default = import ./module.nix;
|
||||
} // lib.mapAttrs (system: pkgs: {
|
||||
nixpkgs = {
|
||||
inherit (pkgs)
|
||||
buildPlatform
|
||||
hostPlatform
|
||||
overlays
|
||||
config;
|
||||
};
|
||||
}) self.legacyPackages;
|
||||
|
||||
hydraJobs = lib.mapAttrs (system: pkgs: lib.genAttrs [
|
||||
"cargo"
|
||||
"clang"
|
||||
"dbus-broker"
|
||||
"ffmpeg"
|
||||
"jaq"
|
||||
"kitty"
|
||||
"lix"
|
||||
"lld"
|
||||
"musl"
|
||||
"nftables"
|
||||
"nushell"
|
||||
"openssh"
|
||||
"pipewire"
|
||||
"python3"
|
||||
"qemu-user"
|
||||
"ripgrep"
|
||||
"rustc"
|
||||
"sd"
|
||||
"sioyek"
|
||||
"stdenv"
|
||||
"sudo-rs"
|
||||
"systemd"
|
||||
"wayland"
|
||||
] (pkg: pkgs.${pkg})) self.legacyPackages;
|
||||
};
|
||||
}
|
24
module.nix
Normal file
24
module.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{ modulesPath, config, lib, pkgs, ... }: {
|
||||
disabledModules = map (path: modulesPath + path) [
|
||||
"/config/ldso.nix"
|
||||
"/config/stub-ld.nix"
|
||||
"/programs/nix-ld.nix"
|
||||
];
|
||||
|
||||
config = {
|
||||
i18n.glibcLocales = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "locale-archive-stub";
|
||||
version = "0";
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p "$out/lib/locale"
|
||||
touch "$out/lib/locale/locale-archive"
|
||||
'';
|
||||
} |> lib.mkDefault;
|
||||
|
||||
i18n.supportedLocales = lib.mkDefault [ ];
|
||||
security.pam.services.login.updateWtmp = lib.mkForce false;
|
||||
services.nscd.enable = lib.mkForce false;
|
||||
system.nssModules = lib.mkForce [ ];
|
||||
};
|
||||
}
|
346
overlay.nix
Normal file
346
overlay.nix
Normal file
|
@ -0,0 +1,346 @@
|
|||
{ lib, ... }: final: prev: let
|
||||
final' = final;
|
||||
prev' = prev;
|
||||
|
||||
inherit (final.buildPackages) stdenv;
|
||||
|
||||
alias = target: pkg: final.runCommand target { } ''
|
||||
mkdir -p "$out/bin"
|
||||
ln -s "${lib.getExe pkg}" "$out/bin/${target}"
|
||||
'';
|
||||
|
||||
fetchFromGitHub = let
|
||||
fetchzip = final.buildPackages.fetchzip.override { withUnzip = false; };
|
||||
in lib.makeOverridable ({ owner, repo, rev, hash, ... }: fetchzip {
|
||||
url = "https://github.com/${owner}/${repo}/archive/${rev}.tar.gz";
|
||||
inherit hash;
|
||||
});
|
||||
in {
|
||||
# compilers
|
||||
gfortran = prev.wrapCC ((final.gcc.cc.overrideAttrs (prevAttrs: {
|
||||
configureFlags = prevAttrs.configureFlags or [ ] ++ [ "--disable-cody" ];
|
||||
})).override {
|
||||
name = "gfortran";
|
||||
langFortran = true;
|
||||
langC = false;
|
||||
langCC = false;
|
||||
enablePlugin = false;
|
||||
});
|
||||
|
||||
# memory allocation
|
||||
mimalloc = prev.mimalloc.override { secureBuild = true; };
|
||||
|
||||
jemalloc = throw "jemalloc is not supported";
|
||||
bind = prev.bind.override { jemalloc = null; };
|
||||
|
||||
# Package replacements
|
||||
jq = alias "jq" final.jaq;
|
||||
zlib = final.callPackage ./zlib.nix { };
|
||||
|
||||
# cURL
|
||||
curl = prev.curl.override {
|
||||
gssSupport = false;
|
||||
http3Support = true;
|
||||
scpSupport = false;
|
||||
zstdSupport = true;
|
||||
|
||||
openssl = final.quictls;
|
||||
};
|
||||
|
||||
# cURL HTTP3 dependencies
|
||||
ngtcp2 = prev.ngtcp2.override { inherit fetchFromGitHub; };
|
||||
nghttp3 = prev.nghttp3.override { inherit fetchFromGitHub; };
|
||||
|
||||
# scopes
|
||||
/*netbsd = prev.netbsd.overrideScope (final: prev: {
|
||||
compatIfNeeded = [ final.compat ];
|
||||
|
||||
compat = prev.compat.overrideAttrs (prevAttrs: {
|
||||
makeFlags = prevAttrs.makeFlags ++ [ "OBJCOPY=:" ];
|
||||
});
|
||||
});*/
|
||||
|
||||
/*# Perl
|
||||
perlPackages = prev.perlPackages.overrideScope (final: prev: {
|
||||
DBI = prev.DBI.overrideAttrs (prevAttrs: {
|
||||
nativeBuildInputs = prevAttrs.nativeBuildInputs or [ ] ++ [
|
||||
stdenv.cc
|
||||
stdenv.cc.bintools
|
||||
];
|
||||
|
||||
makeMakerFlags = prevAttrs.makeMakerFlags or [ ] ++ [
|
||||
"CC=${stdenv.cc.targetPrefix}cc"
|
||||
"LD=${stdenv.cc.targetPrefix}cc"
|
||||
"CCFLAGS=-Doff64_t=off_t"
|
||||
];
|
||||
});
|
||||
|
||||
BCOW = prev.BCOW.overrideAttrs (prevAttrs: {
|
||||
makeMakerFlags = prevAttrs.makeMakerFlags or [ ] ++ [
|
||||
"CC=${stdenv.cc.targetPrefix}cc"
|
||||
"LD=${stdenv.cc.targetPrefix}cc"
|
||||
];
|
||||
});
|
||||
});*/
|
||||
|
||||
# Python
|
||||
/*python313 = (if stdenv.cc.isClang then prev.python313.overrideAttrs (prevAttrs: {
|
||||
env = prevAttrs.env or { } // {
|
||||
CFLAGS = lib.toList prevAttrs.env.CFLAGS or [ ]
|
||||
++ [ "--ld-path=${stdenv.cc.bintools}/bin/${stdenv.cc.targetPrefix}ld" ]
|
||||
|> toString;
|
||||
};
|
||||
}) else prev.python313).override {*/
|
||||
python313 = prev.python313.override {
|
||||
packageOverrides = final: prev: {
|
||||
pyflakes = prev.pyflakes.overrideAttrs {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
};
|
||||
|
||||
sphinx = prev.sphinx.overrideAttrs {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
python313Packages = final.python313.pkgs;
|
||||
|
||||
python3 = final.python313;
|
||||
python3Packages = final.python313Packages;
|
||||
|
||||
# individual packages
|
||||
SDL2 = prev.SDL2.override {
|
||||
alsaSupport = false;
|
||||
x11Support = false;
|
||||
};
|
||||
|
||||
beam = prev.beam_nox;
|
||||
|
||||
cairo = prev.cairo.override { x11Support = false; };
|
||||
|
||||
cups = prev.cups.overrideAttrs {
|
||||
autoVarInit = "zero";
|
||||
boundsCheck = true;
|
||||
};
|
||||
|
||||
dbus = prev.dbus.override { x11Support = false; };
|
||||
|
||||
diffutils = prev.diffutils.overrideAttrs (prevAttrs: {
|
||||
configureFlags = prevAttrs.configureFlags or [ ] ++ [ "--disable-nls" ];
|
||||
|
||||
postPatch = ''
|
||||
sed -E -i 's/test-(getopt-(gnu|posix)|(c|m|re)alloc-gnu)//g' gnulib-tests/Makefile.in
|
||||
'';
|
||||
});
|
||||
|
||||
electron = prev.electron.override {
|
||||
electron-unwrapped = prev.electron.unwrapped.overrideAttrs (prevAttrs: {
|
||||
autoVarInit = true;
|
||||
boundsCheck = true;
|
||||
|
||||
gnFlags = prevAttrs.gnFlags or "" + ''
|
||||
# Disable X11
|
||||
ozone_platform_x11 = false
|
||||
|
||||
# Disable internal memory allocator
|
||||
use_partition_alloc_as_malloc = false
|
||||
enable_backup_ref_ptr_support = false
|
||||
enable_pointer_compression_support = false
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
||||
ffmpeg = (prev.ffmpeg.overrideAttrs {
|
||||
ffpContract = false;
|
||||
}).override {
|
||||
withAlsa = false;
|
||||
withBs2b = true;
|
||||
withCodec2 = true;
|
||||
withSdl2 = false;
|
||||
withSsh = false;
|
||||
};
|
||||
|
||||
gd = prev.gd.override { withXorg = false; };
|
||||
|
||||
ghostscript = (prev.ghostscript.overrideAttrs {
|
||||
doInstallCheck = false;
|
||||
}).override { x11Support = false; };
|
||||
|
||||
gobject-introspection = prev.gobject-introspection.override { x11Support = false; };
|
||||
graphviz = prev.graphviz-nox;
|
||||
|
||||
gtk3 = prev.gtk3.override {
|
||||
x11Support = false;
|
||||
xineramaSupport = false;
|
||||
};
|
||||
|
||||
gtk4 = prev.gtk4.override {
|
||||
x11Support = false;
|
||||
xineramaSupport = false;
|
||||
};
|
||||
|
||||
imagemagick = prev.imagemagick.override {
|
||||
libX11Support = false;
|
||||
libXtSupport = false;
|
||||
};
|
||||
|
||||
imlib2 = prev.imlib2.override { x11Support = false; };
|
||||
|
||||
iproute2 = prev.iproute2.overrideAttrs (prevAttrs: {
|
||||
patches = prevAttrs.patches or [ ] ++ [
|
||||
(final.fetchpatch {
|
||||
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/patch/?id=043ef90e2fa94397eb5c85330889ca4146a6d58a";
|
||||
hash = "sha256-6q4NcdT2YXhhbMgLaiAjO2WFUcM9Pv8+J34rGzJqU5Q=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
jaq = prev.jaq.overrideAttrs (prevAttrs: {
|
||||
nativeBuildInputs = prevAttrs.nativeBuildInputs or [ ] ++ [ stdenv.cc stdenv.cc.bintools ];
|
||||
});
|
||||
|
||||
jdk8 = prev.jdk8_headless;
|
||||
jre8 = prev.jre8_headless;
|
||||
|
||||
kexec-tools = prev.kexec-tools.overrideAttrs (prevAttrs: {
|
||||
makeFlags = prevAttrs.makeFlags or [ ] ++ [ "BUILD_KEXEC_TEST=no" ];
|
||||
});
|
||||
|
||||
libdrm = prev.libdrm.override { withValgrind = false; };
|
||||
|
||||
libepoxy = prev.libepoxy.overrideAttrs (prevAttrs: {
|
||||
buildInputs = prevAttrs.buildInputs or [ ] ++ [ final.libGL ];
|
||||
mesonFlags = prevAttrs.mesonFlags or [ ] ++ [ "-Degl=yes" ];
|
||||
});
|
||||
|
||||
libjpeg = prev.libjpeg.overrideAttrs (prevAttrs: {
|
||||
cmakeFlags = prevAttrs.cmakeFlags or [ ] ++ [ "-DFLOATTEST12=fp-contract" ];
|
||||
});
|
||||
|
||||
libpng = prev.libpng.overrideAttrs (prevAttrs: {
|
||||
postPatch = prevAttrs.postPatch or "" + ''
|
||||
|
||||
substituteInPlace tests/pngtest-all \
|
||||
--replace-warn --strict --relaxed
|
||||
'';
|
||||
});
|
||||
|
||||
libpng-apng = final.libpng.override { apngSupport = true; };
|
||||
libpulseaudio = prev.libpulseaudio.override { fftwFloat = null; };
|
||||
|
||||
librist = prev.librist.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
version = assert prevAttrs.version == "0.2.10"; "0.2.11";
|
||||
|
||||
src = prevAttrs.src.override {
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-xWqyQl3peB/ENReMcDHzIdKXXCYOJYbhhG8tcSh36dY=";
|
||||
};
|
||||
|
||||
patches = [ ];
|
||||
});
|
||||
|
||||
makeInitrdNG = prev.makeInitrdNG.overrideAttrs (prevAttrs: {
|
||||
NIX_RUSTFLAGS = prevAttrs.NIX_RUSTFLAGS
|
||||
|> map (flag: if flag == "lto" then "embed-bitcode=no" else flag);
|
||||
});
|
||||
|
||||
mercurial = prev.mercurial.override { re2Support = false; };
|
||||
|
||||
mesa = (prev.mesa.overrideAttrs (prevAttrs: {
|
||||
outputs = prevAttrs.outputs |> lib.remove "spirv2dxil";
|
||||
})).override {
|
||||
galliumDrivers = [
|
||||
"llvmpipe"
|
||||
"nouveau"
|
||||
"radeonsi"
|
||||
"virgl"
|
||||
"zink"
|
||||
];
|
||||
|
||||
vulkanDrivers = [
|
||||
"amd"
|
||||
"intel"
|
||||
"nouveau"
|
||||
"swrast"
|
||||
"virtio"
|
||||
];
|
||||
};
|
||||
|
||||
meson = prev.meson.overrideAttrs (prevAttrs: {
|
||||
preCheck = prevAttrs.preCheck or "" + ''
|
||||
rm -r -v 'test cases/common/44 pkgconfig-gen'
|
||||
'';
|
||||
});
|
||||
|
||||
mpv = final.mpv-unwrapped.wrapper { mpv = final.mpv-unwrapped; };
|
||||
mpv-unwrapped = prev.mpv-unwrapped.override {
|
||||
alsaSupport = false;
|
||||
cacaSupport = false;
|
||||
openalSupport = false;
|
||||
sdl2Support = false;
|
||||
vdpauSupport = false;
|
||||
x11Support = false;
|
||||
};
|
||||
|
||||
nlohmann_json = prev.nlohmann_json.override { stdenv = final.gccStdenv; };
|
||||
nodejs = prev.nodejs.overrideAttrs { doCheck = false; };
|
||||
openjdk8 = prev.openjdk_headless;
|
||||
|
||||
openssh = prev.openssh.overrideAttrs {
|
||||
autoVarInit = "zero";
|
||||
boundsCheck = true;
|
||||
};
|
||||
|
||||
pango = prev.pango.override { x11Support = false; };
|
||||
pipewire = prev.pipewire.override { x11Support = false; };
|
||||
speexdsp = prev.speexdsp.override { withFftw3 = false; };
|
||||
|
||||
systemd = prev.systemd.override {
|
||||
withApparmor = false;
|
||||
withIptables = false;
|
||||
};
|
||||
|
||||
usrsctp = prev.usrsctp.overrideAttrs (prevAttrs: {
|
||||
cmakeFlags = prevAttrs.cmakeFlags or [ ] ++ [ "-Dsctp_werror=0" ];
|
||||
});
|
||||
|
||||
vim-full = prev.vim-full.override { guiSupport = false; };
|
||||
wayland = prev.wayland.override { withDocumentation = false; };
|
||||
|
||||
w3m = prev.w3m.override {
|
||||
x11Support = false;
|
||||
imlib2 = final.imlib2;
|
||||
};
|
||||
|
||||
wasilibc = prev.wasilibc.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
version = "24";
|
||||
|
||||
src = prevAttrs.src.override {
|
||||
rev = "refs/tags/wasi-sdk-${finalAttrs.version}";
|
||||
hash = "sha256-wfOvOWVJDH5+tC5pSTLV5FUPqf25W+A2N/vXlq4nSmk=";
|
||||
};
|
||||
});
|
||||
|
||||
xvfb-run = final.callPackage ./xvfb-run.nix {
|
||||
cage = final.cage.override {
|
||||
wlroots = final.wlroots.override { enableXWayland = false; };
|
||||
xwayland = null;
|
||||
};
|
||||
};
|
||||
} // lib.optionalAttrs (!prev.stdenv.buildPlatform.isx86) {
|
||||
writeShellApplication = { ... }@args: prev.writeShellApplication (args // {
|
||||
checkPhase = args.checkPhase or ''
|
||||
runHook preCheck
|
||||
${stdenv.shellDryRun} "$target"
|
||||
runHook postCheck
|
||||
'';
|
||||
});
|
||||
|
||||
sudo-rs = (prev.sudo-rs.overrideAttrs {
|
||||
postInstall = "";
|
||||
}).override {
|
||||
pandoc = null;
|
||||
};
|
||||
}
|
74
stdenv.nix
Normal file
74
stdenv.nix
Normal file
|
@ -0,0 +1,74 @@
|
|||
{ lib, pkgs, ... }: { ... }@attrs: let
|
||||
stdenv' = attrs.stdenv or attrs.baseStdenv;
|
||||
pkgs' = attrs.pkgs or attrs.buildPackages;
|
||||
|
||||
inherit (pkgs') stdenv;
|
||||
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
|
||||
inherit (stdenv.cc) isClang nativePrefix targetPrefix;
|
||||
inherit (stdenv.cc.bintools) isLLVM;
|
||||
|
||||
inherit (lib) optionals toList;
|
||||
inherit (lib) optionalAttrs filterAttrs mapAttrs mapAttrs';
|
||||
in pkgs.addAttrsToDerivation (prevAttrs: let
|
||||
ffpContract = prevAttrs.ffpContract or true;
|
||||
autoVarInit = prevAttrs.autoVarInit or null;
|
||||
boundsCheck = prevAttrs.boundsCheck or false;
|
||||
overrideAlloc = prevAttrs.overrideAlloc or true;
|
||||
|
||||
env = let
|
||||
tools = {
|
||||
CC = if isClang then "clang" else "gcc";
|
||||
CPP = "cpp";
|
||||
CXX = if isClang then "clang++" else "g++";
|
||||
|
||||
LD = "ld";
|
||||
AR = "ar";
|
||||
NM = "nm";
|
||||
OBJCOPY = "objcopy";
|
||||
OBJDUMP = "objdump";
|
||||
READELF = "readelf";
|
||||
RANLIB = "ranlib";
|
||||
};
|
||||
in {
|
||||
CBUILD = buildPlatform.config;
|
||||
CHOST = hostPlatform.config;
|
||||
CTARGET = targetPlatform.config;
|
||||
} //
|
||||
mapAttrs (name: value: lib.getExe' stdenv.cc (targetPrefix + value)) tools //
|
||||
mapAttrs' (name: value: {
|
||||
name = "HOST${name}";
|
||||
value = lib.getExe' stdenv.cc (nativePrefix + value);
|
||||
}) tools;
|
||||
|
||||
flags = rec {
|
||||
NIX_CFLAGS_COMPILE = [ "-pipe" "-fno-semantic-interposition" ]
|
||||
++ optionals (isClang && ffpContract) [ "-ffp-contract=fast-honor-pragmas" ]
|
||||
++ optionals isLLVM [ "-flto" ]
|
||||
++ optionals (autoVarInit != null) [ "-ftrivial-auto-var-init=${autoVarInit}" ]
|
||||
++ optionals boundsCheck [ "-fsanitize-trap=bounds,object-size,vla-bound" ];
|
||||
|
||||
NIX_LDFLAGS = [ "-O2" "--hash-style=gnu" ]
|
||||
++ optionals isLLVM [ "--icf=safe" "--lto-O2" ]
|
||||
++ optionals overrideAlloc [ "-lmimalloc" ];
|
||||
|
||||
NIX_RUSTFLAGS = [
|
||||
"-C" "opt-level=2"
|
||||
"-C" "linker-flavor=ld.lld"
|
||||
"-C" "lto"
|
||||
"-C" "linker-plugin-lto"
|
||||
"-C" "target-cpu=${targetPlatform.gcc.arch}"
|
||||
] ++ (map (flag: [ "-C" "link-arg=${flag}" ]) NIX_LDFLAGS |> lib.flatten);
|
||||
|
||||
GOFLAGS = [ "-ldflags=-linkmode=external" ];
|
||||
};
|
||||
in {
|
||||
buildInputs = optionals overrideAlloc [ pkgs.mimalloc ];
|
||||
|
||||
env = prevAttrs.env or { } //
|
||||
filterAttrs (name: value: !prevAttrs ? env.${name}) env //
|
||||
(filterAttrs (name: value: prevAttrs ? env.${name}) flags
|
||||
|> mapAttrs (name: value: toList prevAttrs.env.${name} or [ ] ++ value |> toString));
|
||||
} //
|
||||
(filterAttrs (name: value: !prevAttrs ? env.${name}) flags
|
||||
|> mapAttrs (name: value: toList prevAttrs.${name} or [ ] ++ value))
|
||||
) stdenv';
|
20
xvfb-run.nix
Normal file
20
xvfb-run.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ lib, writeShellApplication, cage }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "xvfb-run";
|
||||
text = ''
|
||||
# Discard all options
|
||||
while [[ "$1" =~ ^- ]]; do
|
||||
case "$1" in
|
||||
(-e|-f|-n|-p|-s|-w) shift ;&
|
||||
(*) shift ;;
|
||||
esac
|
||||
done
|
||||
|
||||
WLR_BACKENDS=headless \
|
||||
WLR_LIBINPUT_NO_DEVICES=1 \
|
||||
WLR_RENDERER=pixman \
|
||||
XDG_RUNTIME_DIR="$(mktemp -d)" \
|
||||
exec '${lib.getExe cage}' -- "$@"
|
||||
'';
|
||||
}
|
27
zlib.nix
Normal file
27
zlib.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ lib, stdenv, fetchurl, zlib-ng, ... }:
|
||||
|
||||
assert zlib-ng.version == "2.2.2";
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
inherit (zlib-ng) pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-/LQd1Zo/FwAq6xuyHwRpbJtyFASJC7lFxas50stpZUw=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
setOutputFlags = false;
|
||||
dontAddDisableDepTrack = true;
|
||||
configurePlatforms = [ ];
|
||||
|
||||
configureFlags = [
|
||||
"--libdir=${placeholder "dev"}/lib"
|
||||
"--sharedlibdir=${placeholder "out"}/lib"
|
||||
"--includedir=${placeholder "dev"}/include"
|
||||
"--zlib-compat"
|
||||
];
|
||||
|
||||
makeFlags = [ "mandir=$(man)/share/man" ];
|
||||
})
|
Loading…
Reference in a new issue