mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
feat(overlays): rust
This commit is contained in:
@@ -87,6 +87,7 @@ in
|
|||||||
# (import <stockholm/submodules/nix-writers>)
|
# (import <stockholm/submodules/nix-writers>)
|
||||||
(import <niveum/overlays/toml.nix>)
|
(import <niveum/overlays/toml.nix>)
|
||||||
(import <niveum/overlays/scripts.nix>)
|
(import <niveum/overlays/scripts.nix>)
|
||||||
|
(import <niveum/overlays/rust.nix>)
|
||||||
(self: super: {
|
(self: super: {
|
||||||
python3Packages = super.python3Packages.override {
|
python3Packages = super.python3Packages.override {
|
||||||
overrides = new: old: {
|
overrides = new: old: {
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
binutils # strip, ld, ...
|
binutils # strip, ld, ...
|
||||||
rustup
|
# rustup
|
||||||
|
latest.rustChannels.nightly.rust
|
||||||
shellcheck
|
shellcheck
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
||||||
unstable.haskellPackages.pandoc-citeproc
|
unstable.haskellPackages.pandoc-citeproc
|
||||||
|
text2pdf
|
||||||
libreoffice
|
libreoffice
|
||||||
unstable.pandoc
|
unstable.pandoc
|
||||||
# proselint
|
# 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