Commit b023e38 1 parent e66a8c6 commit b023e38 Copy full SHA for b023e38
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
# We only need the nightly overlay in the devShell because .rs files are formatted with nightly.
15
15
overlays = [ ( import rust-overlay ) ] ;
16
16
pkgs = import nixpkgs { inherit system overlays ; } ;
17
- rustNightly = pkgs . rust-bin . nightly . "2024-03-08 " . default ;
17
+ rustNightly = pkgs . rust-bin . nightly . "2024-12-12 " . default ;
18
18
in
19
19
with pkgs ;
20
20
{
27
27
} ;
28
28
nativeBuildInputs = [ pkg-config ] ;
29
29
buildInputs = [ openssl ] ++ lib . optionals stdenv . isDarwin
30
- ( with darwin . apple_sdk . frameworks ; [ AppKit Security Cocoa ] ) ;
30
+ ( with darwin . apple_sdk . frameworks ; [ AppKit Security Cocoa ] ) ;
31
31
} ;
32
32
33
33
devShell = mkShell {
38
38
pkg-config
39
39
cargo-tarpaulin
40
40
cargo-watch
41
+ sqlite
41
42
] ;
42
43
} ;
43
44
} ) ;
You can’t perform that action at this time.
0 commit comments