Updated to 24.05

This commit is contained in:
2024-06-02 12:10:28 +02:00
parent 89d96c72f3
commit 7e564fb99c
10 changed files with 22 additions and 33 deletions

View File

@@ -2,12 +2,12 @@
description = "Nixos configuration for Xeovalyte";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};