Browse Source

BUGFIX! Bad package name

main
parent
commit
2c72bb0f5f
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      shells/rust.nix

2
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
# <<file-warning>>
{ pkgs ? import <nixpgs> { } }:
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {

2
shells/rust.nix

@ -1,5 +1,5 @@
# This file is controlled by /etc/dotfiles/README.org
{ pkgs ? import <nixpgs> { } }:
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {

Loading…
Cancel
Save