From 0154d6a00db494f54dbafd6df8c89d6965253bc6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 May 2024 23:39:19 +0200 Subject: [PATCH] upgrade to 24.05 --- common/configuration.nix | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/configuration.nix b/common/configuration.nix index 57f7114..388c9e3 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -29,7 +29,7 @@ htop tmux bmon - nixfmt + nixfmt-classic ncdu git tig diff --git a/flake.lock b/flake.lock index 317b694..7107e1f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1716633019, - "narHash": "sha256-xim1b5/HZYbWaZKyI7cn9TJCM6ewNVZnesRr00mXeS4=", + "lastModified": 1717144377, + "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9d29cd266cebf80234c98dd0b87256b6be0af44e", + "rev": "805a384895c696f802a9bf5bf4720f37385df547", "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 4c96d68..7fdea7d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; outputs = { self, nixpkgs, ... }@attrs: { nixosConfigurations."oven" = nixpkgs.lib.nixosSystem {