aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-26 00:14:27 +0000
committerAria Shrimpton <me@aria.rip>2024-01-26 00:14:27 +0000
commit8b2556974cb70cddeedc6f4fb1d06d16c1cff5a1 (patch)
tree0a3e3605937d7c6764dfe301542c4c88c464f97a /flake.nix
parent21d59a6542ffc1bc110a9bf465b5c0464bd0f562 (diff)
minimise nix env stuff
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d6cc962..7fe8562 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
inherit system;
overlays = [(import rust-overlay)];
};
- toolchain = pkgs.rust-bin.fromRustupToolchain (builtins.fromTOML (builtins.readFile ./src/rust-toolchain.toml)).toolchain // {profile = "minimal";};
+ toolchain = pkgs.rust-bin.fromRustupToolchain ((builtins.fromTOML (builtins.readFile ./src/rust-toolchain.toml)).toolchain // {profile = "minimal";});
craneLib = crane.lib.${system}.overrideToolchain toolchain;
tex = pkgs.texlive.combine {
inherit