354 current 1970-01-01 01:00:00 24.05.20240611.47b604b 6.6.31-rt31 *

This commit is contained in:
2024-06-12 11:08:47 +02:00
parent 1a7ab84cbd
commit 7429f4e861
3 changed files with 12 additions and 12 deletions

View File

@ -2,12 +2,12 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
unstable.url = "github:nixos/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";
};