diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:41:01 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:41:01 +0200 |
commit | 7f4e3e24ed7a039da1cd5f7f003c685c7cb5a756 (patch) | |
tree | ef2341ffd345bf6cb11ab55f49f90b4413396955 /flake.nix | |
parent | 545001574f0e1f710a2792914306f167cf43f8f2 (diff) | |
download | aerogramme-7f4e3e24ed7a039da1cd5f7f003c685c7cb5a756.tar.gz aerogramme-7f4e3e24ed7a039da1cd5f7f003c685c7cb5a756.zip |
update cargo.lock and cargo.nix
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ shell = pkgVanilla.mkShell { buildInputs = [ - #cargo2nix.packages.x86_64-linux.default + cargo2nix.packages.x86_64-linux.default fenix.packages.x86_64-linux.minimal.toolchain ]; shellHook = '' |