diff options
author | Quentin <quentin@dufour.io> | 2023-10-12 10:22:41 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2023-10-12 10:22:41 +0000 |
commit | 609dde413972ebeeb8cd658a5ec9f62b34b5c402 (patch) | |
tree | 419f57fbd9c179c518fd57c0e3f31098305eb4b3 /flake.nix | |
parent | 726b8c00159230e44e3b7726cb2c96d08073379c (diff) | |
parent | a1b7ca17c0badff4c983f3738531f3aa9b0fb977 (diff) | |
download | aerogramme-609dde413972ebeeb8cd658a5ec9f62b34b5c402.tar.gz aerogramme-609dde413972ebeeb8cd658a5ec9f62b34b5c402.zip |
Merge pull request 'partial re-implementation of body ext' (#30) from bodyext into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/30
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ ]; shellHook = '' echo "AEROGRAME DEVELOPMENT SHELL ${fenix.packages.x86_64-linux.minimal.rustc}" + export RUST_SRC_PATH="${fenix.packages.x86_64-linux.latest.rust-src}/lib/rustlib/src/rust/library" ''; }; |