greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.85k stars 470 forks source link

Add shell.nix for dev environment #1907

Closed cortices closed 1 year ago

cortices commented 1 year ago

I learned how to git cherry-pick haha. This file requires a nix-stream add nixos-unstable as current mainline rust can't compile the i3status-rust master dependencies.

cortices commented 1 year ago

Damn it. I don't know what I did wrong

MaxVerevkin commented 1 year ago

Your changes in #1904 are made on your master branch. I think you can fix your nix-shell2 by creating a new branch not from master:

git checkout 6d4bbeb0
git checkout -b nix-shell3