mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat(overlays): rust
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
gnumake
|
||||
gcc
|
||||
binutils # strip, ld, ...
|
||||
rustup
|
||||
# rustup
|
||||
latest.rustChannels.nightly.rust
|
||||
shellcheck
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
1
overlays/rust.nix
Normal file
@@ -0,0 +1 @@
|
||||
import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz)
|
||||
Reference in New Issue
Block a user