Update nixpkgs to final release

This commit is contained in:
Natsu Kagami 2024-06-01 17:29:45 +02:00
parent 4ab9afd9c3
commit eed4c25127
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
description = "nki's systems";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs-unstable";