!ZUiNnfpRqQMDrPLChM:nixos.org

Nix ♥ la francophonie

221 Members
Salon francographe de NixOS74 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
14 Apr 2024
@gsaurel:laas.frnim65souais, "business source license": https://github.com/zerotier/ZeroTierOne/blob/dev/LICENSE.txt16:05:35
@gsaurel:laas.frnim65sah, c’est la license de mariadb16:05:52
@Minijackson:matrix.orgMinijacksonnormalement non, je crois que c'est la license d'autres produits de la fondation mariadb16:07:39
@gsaurel:laas.frnim65sok16:08:09
17 Apr 2024
@julienmalka:matrix.orgJulienJe me permets de up ce post sur le prochain meetup à Paris: https://discourse.nixos.org/t/meetup-parisien-2-mai-2024-parisian-meetup-on-may-2nd-2024/4294517:06:03
22 Apr 2024
@ManUtopiK:matrix.orgManUtopiK

Salut à tous !
J'essaye de builder une application en rust. Première fois que je fais ça.
Dans mon home.nix j'utilise la dernière version de rust 1.77 en chargeant depuis unstable. Dans le terminal, cargo -V me donne bien 1.77.1
Mais quand je lance nix-build default.nix, le build plante car rustc est en version 1.74.
Comment spécifier la version de rust ?
Voici default.nix :

{ pkgs ? import <nixpkgs> {} }:

rustPlatform.buildRustPackage rec {
  pname = "gcli";
  version = "0.2.9";

  cargoLock.lockFile = ./Cargo.lock;
  src = pkgs.lib.cleanSource ./.;
  cargoLock.outputHashes = {
    "ark-secret-scalar-0.0.2" = "sha256-91sODxaj0psMw0WqigMCGO5a7+NenAsRj5ZmW6C7lvc=";
    "common-0.1.0" = "sha256-LHz2dK1p8GwyMimlR7AxHLz1tjTYolPwdjP7pxork1o=";
    "fflonk-0.1.0" = "sha256-+BvZ03AhYNP0D8Wq9EMsP+lSgPA6BBlnWkoxTffVLwo=";
    "simple-mermaid-0.1.0" = "sha256-IekTldxYq+uoXwGvbpkVTXv2xrcZ0TQfyyE2i2zH+6w=";
    "sp-application-crypto-23.0.0" = "sha256-Ju+VoWSw/KLF1dnTbgxw+ezwTUQV+tUTYuehD7G8M+k=";
    "sp-ark-bls12-381-0.4.2" = "sha256-nNr0amKhSvvI9BlsoP+8v6Xppx/s7zkf0l9Lm3DW8w8=";
    "sp-crypto-ec-utils-0.10.0" = "sha256-OVoNzvupbqpQSEz1bYcrhkGxfyKoUsQ6/w+kQgFlk/o=";
    "subxt-0.34.0" = "sha256-i6yIRBllVedBIh57x1Ye6gDtQ08VlV08uwwnd1bjgzI=";
  };
}
19:12:03

Show newer messages


Back to Room ListRoom Version: 6