JC
Size: a a a
JC
АБ
JC
nixpkgs.overlays = [
(self: super: {
wpsoffice = super.wpsoffice.overrideAttrs (_: {
src = builtins.fetchurl http://нужная_версия.deb;
});
})
];
АБ
M🇷
АБ
nix-shell -p "wpsoffice.overrideAttrs (_: { src = builtins.fetchurl http://версия; })"
АБ
АБ
JC
nix-shell -p "wpsoffice.overrideAttrs (_: { src = builtins.fetchurl http://версия; })"
АБ
nix-shell -p "wpsoffice.overrideAttrs (_: { src = builtins.fetchurl http://версия; })"
M🇷
АБ
M🇷
АБ
АБ
АБ
./application.exe
работало, то нужно будет binfmt настроитьM🇷
АБ
АБ
nix search nixos.pantheon
JC