1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: remove fenix

This commit is contained in:
Ryan Cao 2023-08-02 17:06:10 +08:00
parent 94494a4af2
commit 118081395c
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
3 changed files with 6 additions and 48 deletions

View file

@ -1,7 +1,6 @@
{
pkgs,
attic,
fenix,
catppuccin,
discord-applemusic-rich-presence,
...
@ -14,7 +13,12 @@
cachix
direnv
fenix.packages.${system}.stable.defaultToolchain
rustc
cargo
rustfmt
rust-analyzer
clippy
ccache
deno
fnm
@ -87,7 +91,6 @@
nixpkgs = {
overlays = [
attic.overlays.default
fenix.overlays.default
discord-applemusic-rich-presence.overlays.default
(import ./overlays/ryan-mono-bin.nix)
];