From 294d634601bdd71f056101c64e00d7a5a7fc5ae2 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 8 Apr 2025 22:56:40 +0200 Subject: Switch to Rust 2024, update dependencies --- flake.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9892a92..4d8c5b2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,9 @@ { inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; + nixpkgs.url = "nixpkgs/nixos-24.11"; - crane.url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; + crane.url = "github:ipetkov/crane"; + flake-utils.url = "github:numtide/flake-utils"; advisory-db = { url = "github:rustsec/advisory-db"; @@ -12,10 +12,7 @@ rust-overlay = { url = "github:oxalica/rust-overlay"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.2.3