Update dependencies (nixpkgs 24.05 -> 24.11)

This commit is contained in:
Sebastian Sellmeier 2024-12-04 20:36:57 +01:00
parent aaec735faf
commit a829637bdb
No known key found for this signature in database
GPG key ID: 51E2BE0CCC826F98
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
description = "raspberry-pi nixos configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
u-boot-src = {
flake = false;
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";