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:
parent
94494a4af2
commit
118081395c
3 changed files with 6 additions and 48 deletions
|
|
@ -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)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue