Skip to content

Commit

Permalink
chore: update flake.nix to nixos 24.11
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
  • Loading branch information
haraldh committed Dec 9, 2024
1 parent b6b4571 commit 9ce71b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit 9ce71b0

Please sign in to comment.