You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Note that there's no ./rust-toolchain.toml file in the repo.
Is there a reason we need this?
Context: I'm considering using this flake in nixos-flake (for srid/nixos-unified#62), but the extra flake input seems to be a showstopper (as far as keeping flake.lock smaller goes).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This flake has a 2nd input,
rust-overlay
:nuenv/flake.nix
Lines 4 to 10 in 970bfd5
Which gets used as an overlay to pkgs:
nuenv/flake.nix
Lines 25 to 28 in 970bfd5
Note that there's no
./rust-toolchain.toml
file in the repo.Is there a reason we need this?
Context: I'm considering using this flake in
nixos-flake
(for srid/nixos-unified#62), but the extra flake input seems to be a showstopper (as far as keepingflake.lock
smaller goes).Beta Was this translation helpful? Give feedback.
All reactions