Skip to content

Commit

Permalink
feat(nix): rustc, cargo, gimp, python-pygame
Browse files Browse the repository at this point in the history
  • Loading branch information
nagy135 committed Jun 11, 2022
1 parent a285684 commit db762e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nixos/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ let
my-python-packages = python-packages: with python-packages; [
numpy
pillow
pygame
];
python-with-my-packages = pkgs.python3.withPackages my-python-packages;

Expand All @@ -63,7 +64,8 @@ let

tesseract
rpi-imager
rustup
rustc
cargo
rust-analyzer
ncdu
gammastep
Expand Down Expand Up @@ -119,6 +121,7 @@ let
file
sumneko-lua-language-server
gh
gimp
];

waylandSwitch = with pkgs;
Expand Down Expand Up @@ -151,7 +154,7 @@ in
version = "master";
src = builtins.fetchGit {
url = https://github.com/neovim/neovim/;
rev = "209824ce2c6d37332079e6e213d4b8e257d7d53b";
rev = "ab1f96e1d5ba6d6664eb472c2eaade4f91982734";
};
});
})
Expand Down

0 comments on commit db762e2

Please sign in to comment.