diff options
author | Joris | 2024-11-17 11:07:01 +0100 |
---|---|---|
committer | Joris | 2024-11-17 11:07:01 +0100 |
commit | 0fad55124684989ec9fd9a742b5731359d0238ce (patch) | |
tree | f90d3d4ffc1b1f5e87dbaf0cc29adad069612545 /flake.nix | |
parent | 36cd29b459bb41bff1cf6d079fd30100bd89cec1 (diff) |
Upgrade dependencies
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,6 @@ flake-utils.url = "github:numtide/flake-utils"; rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; - rust-overlay.inputs.flake-utils.follows = "flake-utils"; }; outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: @@ -19,10 +18,10 @@ { devShell = mkShell { buildInputs = [ - rust-bin.stable."1.64.0".default + rust-bin.stable."1.82.0".default rust-analyzer cargo-watch - pkgconfig + pkg-config graphene gtk4 sqlite |