Skip to content

Commit

Permalink
flake.nix: use nix unstable to get latest rust compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Sep 6, 2023
1 parent f6b99a4 commit 6a88956
Showing 1 changed file with 2 additions and 2 deletions.
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 = "Run a process with a decorated stdout/stderr";

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

Expand All @@ -14,7 +14,7 @@
rec {
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "stdecor";
version = "0.1.5";
version = "0.1.6";
src = self;
cargoLock.lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit 6a88956

Please sign in to comment.