format, add nixpkgs to xonsh

This commit is contained in:
Artemis Tosini 2020-06-01 02:42:32 +00:00
parent 7faae5e9f9
commit 836bc1e675
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 29 additions and 18 deletions

View file

@ -169,7 +169,14 @@
};
firejail.enable = true;
fish.enable = true;
xonsh.enable = true;
xonsh = {
enable = true;
package = pkgs.xonsh.overridePythonAttrs (
old: {
propagatedBuildInputs = old.propagatedBuildInputs ++ [ pkgs.python3Packages.nixpkgs ];
}
);
};
};
users = {

View file

@ -148,6 +148,7 @@ in
# Development
arduino
bear
binutils-unwrapped
ccache
clang-tools
@ -157,13 +158,16 @@ in
gdb
gnumake
go
gopls
jetbrains.clion
llvm.clang
llvm.lld
nasm
nixpkgs-fmt
nodejs
patchelf
python37Packages.python-language-server
python3Packages.python-language-server
rnix-lsp
rr
rustup
valgrind