From 0fad55124684989ec9fd9a742b5731359d0238ce Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 17 Nov 2024 11:07:01 +0100 Subject: Upgrade dependencies --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c90c857..facf906 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3