From f7afa9cf50a9459f41146ca5cb009eab69b76c5f Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 7 Feb 2025 11:37:33 +0100 Subject: Upgrade dependencies --- flake.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 03b010c..162db92 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,10 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs"; 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"; + rust-overlay = { + url = "github:oxalica/rust-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: @@ -19,10 +20,11 @@ { devShell = mkShell { buildInputs = [ - rust-bin.stable."1.74.0".default - watchexec cargo-watch + cargo-edit + rust-bin.stable."1.84.1".default sqlite + watchexec ]; }; } -- cgit v1.2.3