From d14c8e3c80d06a4ad679aeb71c1e0d7efe1a5a56 Mon Sep 17 00:00:00 2001 From: harald Date: Mon, 24 Mar 2025 12:26:13 +0100 Subject: [PATCH] feat: update nix and nixos --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e769e7a..48ea4da 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { inputs = { - nix.url = "github:/nixos/nix?ref=2.18.2"; # using nix 2.16.1 + nix.url = "github:/nixos/nix?ref=2.24.12"; nix.inputs.nixpkgs.follows = "nixpkgs"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; # and nixos 23.05 for our packages + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; # and nixos 23.05 for our packages flake-utils.url = "github:numtide/flake-utils"; };