Skip to content

Commit

Permalink
flake: Upgrade nixpkgs to 23.05
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Sep 11, 2023
1 parent b1f33cc commit 76fcbc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 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 @@ -2,7 +2,7 @@
description = "compress-tools-rs";

inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs.url = "nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";

rust = {
Expand Down Expand Up @@ -31,7 +31,7 @@
];
in
{
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
rust-toolchain
rust-bindgen
Expand Down

0 comments on commit 76fcbc9

Please sign in to comment.