From 0f6f5fd8deb35b9213397af6d0512e8f7fe5752d Mon Sep 17 00:00:00 2001 From: amesgen Date: Mon, 8 Jul 2024 23:48:08 +0200 Subject: [PATCH] chore: update to nixos 24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 413b71bd..446f3624 100644 --- a/flake.lock +++ b/flake.lock @@ -54,16 +54,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1718811006, - "narHash": "sha256-0Y8IrGhRmBmT7HHXlxxepg2t8j1X90++qRN3lukGaIk=", + "lastModified": 1720386169, + "narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "03d771e513ce90147b65fe922d87d3a0356fc125", + "rev": "194846768975b7ad2c4988bdb82572c00222c0d7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 220277dc..7f3147cb 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Seamless integration of https://pre-commit.com git hooks with Nix."; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - inputs.nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11"; + inputs.nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false;