mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Updated rust version and added sqlite in flake.nix (#396)
This commit is contained in:
parent
e66a8c6716
commit
b023e38f77
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
# We only need the nightly overlay in the devShell because .rs files are formatted with nightly.
|
||||
overlays = [ (import rust-overlay) ];
|
||||
pkgs = import nixpkgs { inherit system overlays; };
|
||||
rustNightly = pkgs.rust-bin.nightly."2024-03-08".default;
|
||||
rustNightly = pkgs.rust-bin.nightly."2024-12-12".default;
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
|
@ -38,6 +38,7 @@
|
|||
pkg-config
|
||||
cargo-tarpaulin
|
||||
cargo-watch
|
||||
sqlite
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue