From 4dd2b63b9a0e3ac145bff6350d1ee5c04a7eb465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Wed, 19 Jun 2024 09:16:42 +0200 Subject: [PATCH] feat: update stable channel --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 37e227d..85c7319 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ master.url = "github:nixos/nixpkgs"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; - stable.url = "github:nixos/nixpkgs/nixos-23.05"; + stable.url = "github:nixos/nixpkgs/nixos-24.05"; nur.url = "github:nix-community/NUR"; nix-index-database.url = "github:Mic92/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs";