From 2c72bb0f5f690410455f920940fe21ddb0d11204 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 17 Jun 2021 20:20:32 -0400 Subject: [PATCH] BUGFIX! Bad package name --- README.org | 2 +- shells/rust.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 948b1b2..1d4f281 100644 --- a/README.org +++ b/README.org @@ -229,7 +229,7 @@ Import this shell with ~nix-shell /etc/dotfiles/shells/rust.nix~. #+BEGIN_SRC nix :noweb yes :tangle shells/rust.nix # <> -{ pkgs ? import { } }: +{ pkgs ? import { } }: with pkgs; mkShell { diff --git a/shells/rust.nix b/shells/rust.nix index 4602475..44d129a 100644 --- a/shells/rust.nix +++ b/shells/rust.nix @@ -1,5 +1,5 @@ # This file is controlled by /etc/dotfiles/README.org -{ pkgs ? import { } }: +{ pkgs ? import { } }: with pkgs; mkShell {