Skip to content

Commit

Permalink
chore(nix): Bump flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxntype committed Dec 6, 2024
1 parent 0874192 commit 946384f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 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 @@ -2,10 +2,10 @@
description = "TCP Chat client/server";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
naersk.url = "github:nix-community/naersk";
snowfall-lib = {
url = "github:snowfallorg/lib";
url = "github:mxxntype/snowfall";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
2 changes: 1 addition & 1 deletion packages/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
let
toolchain = (pkgs.rustChannelOf {
rustToolchain = ../../rust-toolchain.toml;
sha256 = "VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
sha256 = "sha256-s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM=";
}).rust;

naersk' = pkgs.callPackage inputs.naersk {
Expand Down

0 comments on commit 946384f

Please sign in to comment.