Skip to content

Commit

Permalink
Update nixpkgs to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Feb 26, 2024
1 parent d019c85 commit 3bc522d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
32 changes: 25 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Minecraft server in Nix";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
import-cargo.url = github:edolstra/import-cargo;
flake-utils.url = "github:numtide/flake-utils";
};
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let
rust-overlay = import (pkgs.fetchFromGitHub {
owner = "oxalica";
repo = "rust-overlay";
rev = "cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b";
sha256 = "sha256-bVuzLs1ZVggJAbJmEDVO9G6p8BH3HRaolK70KXvnWnU=";
rev = "cbdf3e5bb205ff2ca165fe661fbd6d885cbd0106";
sha256 = "sha256-76PGANC2ADf0h7fe0w2nWpfdGN+bemFs2rvW2EdU/ZY=";
});
pkgs' = pkgs.extend rust-overlay;
in
Expand Down

0 comments on commit 3bc522d

Please sign in to comment.