aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJoris2021-02-13 09:50:42 +0100
committerJoris2021-02-13 09:50:42 +0100
commit6f7c47a33caae84e2f99ad3bfe61a4bd0176bd1a (patch)
tree87cc7483e84d0b2d15bc9b4a433617d48cf1548b /shell.nix
parentc00d85d2fc5a50febdc01364e5852bf4668fe201 (diff)
downloadbudget-6f7c47a33caae84e2f99ad3bfe61a4bd0176bd1a.tar.gz
budget-6f7c47a33caae84e2f99ad3bfe61a4bd0176bd1a.tar.bz2
budget-6f7c47a33caae84e2f99ad3bfe61a4bd0176bd1a.zip
Add status page
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 796a8df..6708ac8 100644
--- a/shell.nix
+++ b/shell.nix
@@ -18,7 +18,6 @@ with import "${nixpkgs-mozilla.out}/rust-overlay.nix" pkgs pkgs;
pkgs.mkShell {
buildInputs = [
- # rustChannels.nightly.rust
((rustChannelOf { channel = "1.49.0"; }).rust)
cargo-watch
lld