1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(overlays): rust

This commit is contained in:
Kierán Meinhardt
2019-11-24 10:40:32 +01:00
parent f85bcbe023
commit a8c99be137
4 changed files with 5 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ in
# (import <stockholm/submodules/nix-writers>)
(import <niveum/overlays/toml.nix>)
(import <niveum/overlays/scripts.nix>)
(import <niveum/overlays/rust.nix>)
(self: super: {
python3Packages = super.python3Packages.override {
overrides = new: old: {

View File

@@ -19,7 +19,8 @@
gnumake
gcc
binutils # strip, ld, ...
rustup
# rustup
latest.rustChannels.nightly.rust
shellcheck
];
}

View File

@@ -4,6 +4,7 @@
texlive.combined.scheme-full
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
unstable.haskellPackages.pandoc-citeproc
text2pdf
libreoffice
unstable.pandoc
# proselint

1
overlays/rust.nix Normal file
View File

@@ -0,0 +1 @@
import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz)