From 11cebdcda8180617cd789b609855dd6d5296e042 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 1 Jun 2024 15:23:01 +0200 Subject: feat(flake): update nixpkgs to 24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5140731..d227f9d 100644 --- a/flake.lock +++ b/flake.lock @@ -214,16 +214,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1715615524, - "narHash": "sha256-t1t39+9F0NSrUQQsvrQ0Ym/BfnOtjgXnJVn8daI3968=", + "lastModified": 1717111066, + "narHash": "sha256-3lK95ALr5/0GZhsRI7XZgTKFg5HmMIi7xn/8fHuQvKk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8a4282c38b6cbea9f0989c0eafc6ce1837a26442", + "rev": "0f1a94c815595e1bb4143368d407b2ceb0618931", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11-small", + "ref": "nixos-24.05-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e279bad..e695736 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos server config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; # inputs for following -- cgit 1.4.1