chore: update flake.nix to nixos 24.11

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-12-09 12:21:56 +01:00
parent b6b4571d43
commit 9ce71b0d10
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 7 additions and 6 deletions

View file

@ -5,10 +5,10 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
snowfall-lib = {
url = "github:snowfallorg/lib";
url = "github:snowfallorg/lib?ref=c6238c83de101729c5de3a29586ba166a9a65622";
inputs.nixpkgs.follows = "nixpkgs";
};
};