feat: switch nixpkgs to nixos-24.05 channel

This commit is contained in:
Jacob Bachmann 2024-06-02 21:20:01 +02:00
parent f88cd3b272
commit 0f48227606
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 20 additions and 17 deletions

View file

@ -1,12 +1,12 @@
{
description = "Nix los hier";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};