This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ lib | |
, cargo-tauri | |
, dbus | |
, fetchgit | |
, fetchYarnDeps | |
, freetype | |
, gsettings-desktop-schemas | |
, stdenv | |
, yarnConfigHook | |
, yarnBuildHook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[devshell] src-tauri $ cargo build | output.txt | |
Compiling treedome v0.0.0 (/home/notroot/programming/personal/treedome/src-tauri) | |
output.txt: command not found========> ] 351/352: treedome(bin) | |
error: linking with `cc` failed: exit status: 1 | |
| | |
= note: LC_ALL="C" PATH="/nix/store/07ln8fadhmaiqj50bhg6znh0hgi236mp-rust-nightly-latest-with-components-2023-02-15/lib/rustlib/x86_64-unknown-linux-gnu/bin:/nix/store/7ip88kkzs9d0nmb0pliswa7ask8ymhj2-devshell-dir/bin:/nix/store/afc0n4afniiipmwz8asn8z16xlwkwjb4-bash-interactive-5.1-p16/bin:/path-not-set:/run/wrappers/bin:/home/notroot/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/home/notroot/.nix-profile/bin:/etc/profiles/per-user/notroot/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/notroot/programming/personal/treedome/node_modules/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcEZlN6j/symbols.o" "/home/notroot/programming/personal/treedome/src-tauri/target/debug/deps/treedome-c38b58ac885c4db0.108fyafqm3p9qw4d.rcgu.o" "/hom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
inputs = { | |
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; | |
flake-utils.url = "github:numtide/flake-utils"; | |
}; | |
outputs = { self, nixpkgs, flake-utils }: | |
flake-utils.lib.eachDefaultSystem (system: | |
let | |
pkgs = nixpkgs.legacyPackages.${system}; |